What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Tech Talk » keybd_event(): stop beeps

keybd_event(): stop beeps
Author: Message:
RaceProUK
Elite Member
*****

Avatar

Posts: 6073
Reputation: 57
39 / Male / Flag
Joined: Oct 2003
O.P. keybd_event(): stop beeps
code:
keybd_event(VK_CONTROL, 0, 0, NULL);
keybd_event(0x41, 0, 0, NULL);
keybd_event(0x41, 0, KEYEVENTF_KEYUP, NULL);
keybd_event(VK_CONTROL, 0, KEYEVENTF_KEYUP, NULL);
keybd_event(VK_DELETE, 0, 0, NULL);
keybd_event(VK_DELETE, 0, KEYEVENTF_KEYUP, NULL);
will beep if there's nothing to delete i.e. when the Input area is empty. Any way to stop it beeping?

This post was edited on 03-30-2006 at 01:10 AM by RaceProUK.
[Image: spartaafk.png]
03-30-2006 01:09 AM
Profile PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
keybd_event(): stop beeps - by RaceProUK on 03-30-2006 at 01:09 AM
RE: keybd_event(): stop beeps - by Mnjul on 03-30-2006 at 04:39 AM
RE: keybd_event(): stop beeps - by RaceProUK on 03-30-2006 at 11:36 AM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On