| Thread | Last Post | Replies |
|
| getdlgitem problem | 22 Jul 2009 12:07 GMT | 1 |
By API, I should click on an external program but if external window has to be created, getdlgitem call fails. If I start to call getdlgitem every n milliseconds, it will give 0 even if the control is created :S
|
| Label or Edit control to display passwords? | 22 Jul 2009 10:28 GMT | 5 |
I guess the question is which is less secure? Seems to me that using a label to display the passwords could be read by some other program using GetWindowText(). On the other hand, an edit controls contents could be easily read by a simple WSH script using sendkeys to copy the
|
| listview xp style | 20 Jul 2009 12:18 GMT | 5 |
Hi All Members, Im guessing there may be a way of doing what I require by using api? I want the standard listview to appear like it does in my computer when you select the view as details.
|
| Check ListItem in ListView of another app | 17 Jul 2009 14:07 GMT | 3 |
Can someone tell me how to go about checking (and unchecking) a listitem in a listview control which is in another application. Thanks
|
| GetPrivateProfileInt returns default value. | 14 Jul 2009 17:16 GMT | 2 |
What are the possibilities GetPrivateProfileInt returns, provided default value, even my ini file and key value are exists. When I put a messagebox to display the return value of GetPrivateProfileInt I got the required value.
|
| Does a form have to have a "default" command button? | 10 Jul 2009 01:41 GMT | 8 |
I've got one command button on a form. The index value is set to 0. Then I can create additional command buttons on the form at run-time. load command1(1) load command1(2)
|
| help with VB6 DLL in C++ | 07 Jul 2009 22:52 GMT | 2 |
I'm writing C++, trying to use a DLL written in VB6. I'm experienced with C++ but not with COM. I used the #import preprocessor directive in my code C++, and it generated files that look like familiar C++ development files. The VB6 developer made an interface to pass a user
|
| addPrinterDriver - DRIVER_INFO_3 Structure and vbNullString | 02 Jul 2009 17:29 GMT | 4 |
I want to add a printerdriver using visual basic and the api-Function addprinterdriver. This is the code (excerpt) ---------------------
|
| Sleep(10000) makes system unresponsive for 10 seconds. | 02 Jul 2009 14:04 GMT | 17 |
How is it that a VBS script such as this: Do Wscript.Sleep 10000 Loop
|