| Thread | Last Post | Replies |
|
| Change laptop display device | 02 Jun 2006 02:29 GMT | 3 |
My Toshiba laptop can direct its display to its own LCD display, and external monitor, or both. This is normally done via a function-key combination on the keyboard. I would like to be able to control this from an application I am developing. Anyone know where I can look for
|
| How to get cursor blink rate? | 01 Jun 2006 21:22 GMT | 2 |
Is there a standard WINAPI function that can retreive cursor blink rate? Thanks in advance.
|
| send refresh to treeview using SendMessage | 01 Jun 2006 21:17 GMT | 1 |
Hopefully an easy one. How would I send a refresh message to a treeview using SendMessage? Thanks! Dan
|
| Read DHCP table from DHCP server... | 01 Jun 2006 12:41 GMT | 4 |
Hi all, another tricky question... I wrote a (VB6) program that, among other things, uses WMI to remotely shut down the 180-odd desktop computers in the school of which I'm "the LAN guy". It works surprisingly well, except in one aspect - I *know* it could go
|
| Code to capture client-area only also captures part of form-border | 01 Jun 2006 12:39 GMT | 1 |
I am using GDI code to capture the client-area of a form, paint it into a Picture object and finally print it out The code is basically from MSDN with little modifications: 'How To Capture and Print the Screen, a Form, or Any Window'
|
| Memory management problem, can anybody help | 01 Jun 2006 08:09 GMT | 8 |
I am doing a program that should pass a large memory chunck to a DLL file the problem is that my code crashes when I call the RtlMoveMemory API and I dunno why, here is the place in my code where it crushes
|
| GetProcessTimes | 01 Jun 2006 07:55 GMT | 1 |
How do you get process times for different processes? I've successfully retrieved it for the current process, using getCurrentProcess to retrieve the process handle and GetProcessTimes for the process times, but when trying to retrieve other process times the function
|
| Get WM_INPUTLANGCHANGE notification | 01 Jun 2006 07:18 GMT | 5 |
I'm trying to be notified if the user switches the keyboard layout. AFAIK the only way to go is by subclassing. I use the sources found at http://www.mvps.org/vbvision/_samples/CD_Monitor_Demo.zip as base and intercept the WM_INPUTLANGCHANGE message.
|