Timing single vs double
I'm testing a function that loops about 10000 times and performs more or less complicated math operations. It turns out that when all variables are sinlge it takes longer than if they are double. Does...
View ArticleVB6 Dll works in Windows 2003 server but not in XP
Hello, I created a Dll using VB6, when the dll is compiled in WIndows 2003 Server, works perfectly... But when i take the same source, and compile it in a Windows XP computer, the Dll doesnt do...
View Articlekworld multimedia vb6
hellow guys, I have this kworld multimedia tv tuner, fullname is pci analog tv card lite. I want to use it with vb6. Any ideas how i can do this?
View ArticleHow do I do a perspective transform on an image?
I need to know how to map a normal rectangular image into any user-created quadrilateral (none of the sides have to be parallel in a general quadrilateral). One website had info that has given me a...
View Articleis possible to have a database without using ms access?
Guys, just wanna ask if there is a way to have a database without using ms access?
View Articletype mismatch regarding currency format of a value 0
i have a cashregister where i make the totals of the sales and profit when i load the project i get error type mismatch now i understand that i cannot format the currency of a value that is 0 but that...
View ArticleGet Volume Information does not work on some PCs
Hello, I have made an application which works on most systems. However there are 20-30% systems on which it does not work. The application first displays a flash screen and then checks for the volume...
View Articlehelp to get the html of this video
Can I ask how to get the html of this video/player from this url this site I already tried to view the source of the html but I cant figure it out.
View Articlehow check an employee if his status is active or not before logging in to the...
im trying to check if the status activity of a user is false or not before he enteres the system however i did some coding and when i try to enter a name it dosnt do nothing at all if a user that is...
View Article[RESOLVED] need help vb6 Real time Update?
Is is possible PC #1 added new record and PC #2 will see the new record added by PC #1 on LISTVIEW? something like real time update I am using ADODB Connection Any ideas?
View Articletextbox mouse down
I have two textbox [text1 and text2] text2 is above on text1 ..trick to make a search textbox ... text1 is main textbox to search something and text2 to show just Search here [text property] in it .. I...
View ArticleExcel Uses New Workbook Number Even though Previous Closed
I'm creating and running Excel from VB5/6 from a command button. In order to keep the user from creating multiple instances of Excel, the first part of my command button routine closes the previous...
View Articleupdate column used for cbo box?
Hi again, Alright. So I have an access db. On one table I have placed values in a column. My cbo boxes load the values into the drop down using the below. Code: With cboCaseManager .Clear Do...
View ArticleProblems with copying files
I have about 2500 files to be copied from one text to another and I used the following codes ( see attachment ) As you can see,code 1) works ok but when I put the text to be copied ( in this case "A1...
View Articlehow to calculate between 2 tables expenses and income in mschart & display...
i have 2 tables that im trying to show a graph i did some code(tried to)and get errors i never used mschart i looked some examples in the web didnt help much searched here also no result. i know there...
View Article[RESOLVED] Private constant = now()
Hi, I am trying work with a private constant below. I want to include the date in the file name. However I am getting an error, 'Constant Expression Required', highlighted in red. What do I change?...
View ArticleFileCoy Question
Hi, I need to use Filecopy to copy a file from one folder to another. The problem is that the file name is always different. The file name format is like this, 12345.xxx.xxxx.out. The 'x's will be...
View Article[RESOLVED] how to paste on in a single row from the top to the buttom in access
i need to paste some values in a single row but not the whole row only a single row which is from the header to the buttom in a single paste now im just going row by row and pasting dont know how to...
View ArticleKnowing if a picture has been dropped on another Form
In a single VB Project I have Form1 and Form2. On Form1 is an ImageControl with a picture in it. When I mouse down and mouse move on the Image Control I can drag the picture (not the control but the...
View ArticleClick event through Module
I was trying to get click event through module for list box Form Load Code: Private Sub Form_Load() With List1 .AddItem "a" .AddItem "a" .AddItem "a" .AddItem "a" .AddItem "a" End WIth End Sub List1...
View Article