| Thread | Last Post | Replies |
|
| Negative File size ?? | 03 Mar 2006 09:50 GMT | 6 |
i am badly stuck into a very crucial problem. i have enumerated all drives to get file handle as hFile=FindFirstFile(sfolder & "*.*", WFD) ' sfolder = C:\ where type of WFD is WIN32_FIND_DATA.
|
| Unload running Dll's | 03 Mar 2006 07:13 GMT | 1 |
i want the list of all dll's used by running applications. i can do this using API that use PSAPI.dll . but then it will be usefull to run on Win NT & later platforms but *not* on 95\98\ME can anyone help me to achieve this using API that uses "kernel32.dll" ?
|
| Capturing Form image in it's entirety | 03 Mar 2006 05:16 GMT | 2 |
I attempting to capture an image of the window below the cursor into a picture box. I do this by getting the handle of the window based on the curson position and then a handle to the DC. This is working fine if the window is in the foreground. If the window is overlayed by ...
|
| disable combobox entry | 03 Mar 2006 04:16 GMT | 7 |
is it somehow possible disable one or more combobox or listbox entry? how could i change the text color of a single entry? thx Peter
|
| Read a file locked by another program | 02 Mar 2006 13:10 GMT | 4 |
I am trying to create a program that monitors log files as they are being written to. However using FileOpen and other file operation functions seem to be failing since the program writing to the log files has a lock on
|
| glu32.dll | 01 Mar 2006 07:38 GMT | 2 |
I am trying to use glu functions with OpenGL and VB5. I am trying to access glu32.dll via Project>References>Browse but VB informs me that it "can't add a reference to the selected file" Can I access the glu libraries some other way??
|