You could try keybd_event with the following C code :-
keybd_event(VK_MENU,(BYTE)0,0,0);
keybd_event(VK_ENTER,(BYTE)0,0,0);
keybd_event(VK_ENTER,(BYTE)0,KEYEVENTF_KEYUP,0);
keybd_event(VK_MENU,(BYTE)0,KEYEVENTF_KEYUP,0);
To use pictures in your apps in RTF, you must have riched20.dll on your PC ( you can get the latest version of it at http://download.microsoft.com/download/6/b/3/6b34f4c7-44e6-4d85-91d9-1acf9479da7d/orktools.exe and use instructions at...
I was looking for a software solution, not some wires hanging out of my PC!
I have solved the problem by hooking Windows messages and filtering them to get the one I wanted, the PC speaker beep message. The techniques required coding at MFC level and using DLLs. Anyone wanting details about...
No. This is not what I mean. Nothing to do with the BIOS beeping. Some programs beep the internal PC speaker. I would like a way of detecting whenever this internal speaker makes a sound, programmatically from another running Windows Application (for example, using PeekMessage or something). Any...
How do you detect when an XP PC beeps the PC speaker (the little tinny mono one in the case, NOT the soundcard attached ones)? What Windows message(s) is queued?
I have a Geforce 3 64MB DDR (one of the originals), and the latest nvidia drivers just cause me more and more problems. The ones that came on the CD with the video card are the ones that work properly under all OSes, so I always use them, and never have any problems. Yes I know they are not WDM...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.