| Thread | Last Post | Replies |
|
| Problem with multiple forms | 01 Jun 2005 11:37 GMT | 2 |
My application makes use of multiple forms. The problem is that if one form is loaded and shown, and I close this form to go back to the previous form, the previous form is displayed, but sometimes the focus is returned to a background app, and not the main app.
|
| memory leak ? | 01 Jun 2005 11:28 GMT | 7 |
i have the following code: -------------------------- Private Declare Sub CopyMemory Lib "kernel32" Alias "RtlMoveMemory" (pDst As Any, pSrc As Any, ByVal ByteLen As Long)
|
| Draw line on picture; change width | 01 Jun 2005 11:12 GMT | 11 |
Hello, im using the following code the to draw a line on a picture. But i want to change the width of the line (thicker), how can i do that?? ############################################## '*************************************************************************************
|
| Common dialog control | 01 Jun 2005 06:29 GMT | 8 |
Hi, I'm using the common dialog control to open PDF & text files. They don't need to be embedded into forms or anything, simply opened from the application. Once I've chosen the file, hoe do I then open it to be
|
| Slow mouse problem | 01 Jun 2005 05:48 GMT | 4 |
My optical mouse has just slowed down to almost useless. I have defragged and it did not help. Any other ideas to cure it would surely be appreciated. Thanks
|
| Bitwise Magazine - VB coverage and more now online | 01 Jun 2005 01:52 GMT | 1 |
Some of you may recall that, a couple of months ago, I asked for views on the importance of coverage of VB 6 v VB.NET in the online magazine I was preparing to publish. Well, my deadline has arrived and the first issue is now online:
|
| How do I deploy a VB6 program to folder whose filename has spaces? | 01 Jun 2005 01:09 GMT | 4 |
I have written a program in Visual Basic 6 which plays AVI files using the API function winmm.dll. I want to deploy this program to other PC's. However, because of a limitation in winmm.dll, the AVI files will not play when the program is installed to a directory whose
|