Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. GraphicEqualiser

    Switching to fullscreen (Win32 Console)

    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);
  2. GraphicEqualiser

    RTF reader

    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...
  3. GraphicEqualiser

    XP and PC Speaker beeps

    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...
  4. GraphicEqualiser

    XP and PC Speaker beeps

    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...
  5. GraphicEqualiser

    XP and PC Speaker beeps

    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?
  6. GraphicEqualiser

    GeFORCE 2 & 3

    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...

Part and Inventory Search

Back
Top