| Thread | Last Post | Replies |
|
| get text from listbox | 04 Dec 2005 00:42 GMT | 95 |
Trying to get the text of items in a listbox of an external application. This code will get me some data, but it is in non-readable form like this: ¸îA` Private Declare Function SendMessageLong Lib "user32" _
|
| Shellexecute API | 03 Dec 2005 21:42 GMT | 2 |
I have a problem with one of my applications that I'm not sure how to fix! The program stores urls and executes them using the Shellexecute api (not shellexecuteex) On most systems including all my test systems this works fine however one
|
| Popping down a ComboBox with code | 03 Dec 2005 18:43 GMT | 1 |
This there a way to tell (with code) a ComboBox to pop down?
|
| Copy entire directory including files in use | 03 Dec 2005 11:47 GMT | 5 |
How can i copy an entire directory (and subdirs) including files in use ? (an example would be great) Thanks in advance, Jeanine
|
| open DSS file with MCI commands? | 02 Dec 2005 13:51 GMT | 5 |
Does anyone know how to open a .DSS file with MCI commands? I can't figure out how, perhaps it is not possible. My code is below. vstrFilePath is the file path, passed in at the function call. I have tested it with other sound files (.wav, .mp3) and it works fine.
|
| physical memory dump | 02 Dec 2005 10:11 GMT | 7 |
Is it possible to create a VB application that can make a physical memory dump. Regards, Robertico
|
| SendMessage Blocks for 7 Seconds | 01 Dec 2005 23:44 GMT | 7 |
We're setting the default printer from VB with the following statements: (Disclaimer: I didn't write this code personally; I inherited it. Perhaps this is not the right approach or perhaps there's a better way to do this. If so, please let me know.)
|
| FTP Upload progress, vb6 | 01 Dec 2005 08:33 GMT | 5 |
Is there a way to find the size of data file uploaded in vb6. I used the following without any luck. 1. Inet Control .Execute , "SIZE TestOutput.txt" where TestOutput.txt is the file in
|