| Thread | Last Post | Replies |
|
| Internet/html/asp to Visual Basic | 02 Nov 2003 14:46 GMT | 2 |
Hi ppl, can I get some data from webpages?
|
| Problem with tabbing and option buttons | 02 Nov 2003 13:47 GMT | 3 |
I have a data entry form that allows the user to navigate around entirely using the keyboard. However, it contains various option button controls which are in the tab order. Whenever they are "hit" in the tab order, they are immediately "pressed" (e.g. they go from
|
| openprocess in windows 2000 SP4 | 02 Nov 2003 12:59 GMT | 1 |
Hello, lately I updated my windows version to win2k sp4. As a result the attched code stoped working. The code is coded in VB, and used to work perfectly till then.
|
| Starting an application from a file | 02 Nov 2003 12:57 GMT | 2 |
My question is: How do I get my application to start by double clicking on a file. I have made my application to save files with a specific extension. I associated those files to my application through the standard routine of windows (double clicking, a pop up menu asks me what ...
|
| files to array | 02 Nov 2003 12:19 GMT | 9 |
does anybody know how you can load a text file containing for example numbers into an array example a a text file containing 10 rows and 10 colums of numbers like example below
|
| fieldlength | 02 Nov 2003 04:41 GMT | 1 |
I want to set the textbox.maxlength to fields from some recordset. I can use textbox.maxlength=rs.fields("name").definedsize. But then I have to create a recset first by opening it and reading a dummy row from the table. I don't want to do that. Is there a way to just retrieve the ...
|
| Question on GetPixel | 01 Nov 2003 23:58 GMT | 2 |
I am trying to get the color information from the pixel that my mouse is pointing at. I can't seem to figure out how to get this work. I am using VB6. Basically, I will want to point my mouse over a form window and click on a
|
| Need help with DAO filter | 01 Nov 2003 23:54 GMT | 2 |
SELECT * FROM tblDateActivity WHERE ( (dtmDate = #01/01/1990#) AND ((isPM = 0) OR (numSlot < 5)) ); Works as expected in MSAccess97
|
| Visual Basic: how to use DLL | 01 Nov 2003 17:42 GMT | 3 |
I am starting to program a demo for my DLL, but I cannot access the methods in Visual Basic. How can I do this? Do I have to import the dll somewhere? Thanks.
|
| Form refresh | 01 Nov 2003 12:37 GMT | 2 |
I have made hand clock, and every second i change hand's location (using timer) but it is changing only about every 15 seconds. I tried to do refresh on form and on clock's hand, but it did not help. How can i force Shape object to be refreshed every timer tick (every
|
| data report problem using two related tables | 01 Nov 2003 11:53 GMT | 3 |
I try to print a single record containing biographical information using a query with two related tables. Result is that I get two prints of one person. Since this person has two jobs the record is printed twice. So Mr. Johnson - Architect
|
| Unhandled exception in vb6.exe - managed code | 01 Nov 2003 02:34 GMT | 2 |
kb article # 310451 fix unhandled exception in vb6.exe when using components from managed code. Can anyone explain 'managed code' Also, how does one get a copy of the msvbvm60.dll version 6.0.9495 mentioned in the
|
| dynamic buttons | 01 Nov 2003 01:29 GMT | 1 |
How can I dynamically create more controlls like command buttons or labels. Thanks in advance.
|