| Thread | Last Post | Replies |
|
| Hide Start Orb - Vista | 29 Aug 2008 20:00 GMT | 10 |
The code below will correctly hide the Start Button in Windows XP, but it fails to do so in Vista even though both versions of windows would seem to use the same class names of "Shell_TrayWnd" and "Button". Would someone please show me how to hide the Start Button in Vista ...
|
| send keystroke to other windows apps | 29 Aug 2008 06:14 GMT | 9 |
I need to write a VB6 app that periodically sends a keystroke(F5 key) to certain windows apps. I know, I can use the Sendkeys statement for this but in my case I can't use it because:
|
| Problems with HDC's | 28 Aug 2008 23:00 GMT | 6 |
Hi all, I'm trying to remove 2 pictureboxes and do the work with memory HDC's This is what is causing my problem, whichever HDC is created first seems to work fine
|
| JoySetCapture fails the second time in the same process | 26 Aug 2008 17:29 GMT | 7 |
I have spent the last few days playing with the winMM Joystick library and have come across a fairly major problem with joySetCapture(). When I call this for the first time it works correctly and I get the notifications until I call joyReleaseCapture().
|
| Change checkbox background color | 21 Aug 2008 19:42 GMT | 9 |
I have create a checkbox on a Message box window using CreateWindowEx API. I wish to now change the background color of this check box since it always seems to take the default background color. How can I achieve this? Thank you.
|
| Determine CD-ROM drive letter | 14 Aug 2008 23:59 GMT | 9 |
Well I asked this question in another list and got no responses so I am going to try here. What I am trying to do is determine the CD-ROM drive letter associated with a HostAdpater, DeviceID and LUN. I am using wnaspi32.dll to get a list of CD drives on the system.
|
| SetParent Problem | 12 Aug 2008 00:52 GMT | 7 |
I have one vb project and one compiled exe project. I have a problem setting the parent of the compiled exe program to my vb project. I know my setparent code works with notepad and other non vb program but it doest work for a compiled vb project exe. Can someone give me some advice ...
|