| Thread | Last Post | Replies |
|
| How to check version of the other application? | 01 Sep 2004 21:58 GMT | 1 |
Hi, all My app must read the other .exe file's version. How can I do this? __________________
|
| (slightly ot) the case of the mis-behaving textbox... | 01 Sep 2004 21:25 GMT | 4 |
hi gang, I have a form which I am "docking" on a "mother" form, by making the form a child of a picbox (using SetParent) aligned against the side of the "mother" form.
|
| VB6 to copy folders and files please | 01 Sep 2004 20:55 GMT | 7 |
I need a VB6 program to copy a whole directory ( sub-folders and all the files in) to another directory. I developped it using classes and collections ( for folders and files in ) but it's too long. Is there a better way please?. Sorry but I am not a VB6 guru. At least could
|
| Random file name | 01 Sep 2004 19:16 GMT | 15 |
Need some help creating a valid random file name. The API function GetTempFileName creates a (temp) file with a random file name. In my situation i only need the random file name and NOT the (temp) file.
|
| Creating programs that run Executables | 01 Sep 2004 19:14 GMT | 2 |
Okay, I am trying to create a program that utilizes an executable file and I know there must be a way to get this to work, in fact it must be so sinfully simple that I am missing the obvious. Can anyone help?
|
| Playing Video File over Two Monitors using MCI Control | 01 Sep 2004 15:58 GMT | 1 |
It could perfectly play any video file in my program with MCI control. After I had my computer with multi-monitor enabled (two display cards set in 1024x768 each), the program failed to play them that one portion of the video files on the first display card (the left one) was ...
|
| acmStreamPrepareHeader Fails | 01 Sep 2004 15:54 GMT | 1 |
I am trying to call the acmStreamPrepareHeader function in the msacm32.dll library as follows: Public Declare Auto Function acmStreamPrepareHeader Lib "msacm32.dll" (ByVal has As IntPtr, ByRef pash As sACMSTREAMHEADER, ByVal fdwPrepare As Int32) As
|
| Prevent listview column resizing & mouse cursor | 01 Sep 2004 03:44 GMT | 11 |
I use the following subclassing code (declares omitted here for brevity) to prevent all column resizing in a listview. This works fine. However, the mouse cursor still changes to the double-arrow resize cursor when the mouse is over a column divider in the listview header.
|