Click here to Skip to main content
15,914,481 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralSetup INF Help Pin
KrustY6-Nov-00 3:05
KrustY6-Nov-00 3:05 
GeneralDifferentiate Windows Explorer and IE Pin
Eq6-Nov-00 0:04
Eq6-Nov-00 0:04 
GeneralCopying a value from ListCtrl to Clipboard Pin
Ammar5-Nov-00 23:59
Ammar5-Nov-00 23:59 
GeneralRe: Copying a value from ListCtrl to Clipboard Pin
Anders Molin6-Nov-00 0:23
professionalAnders Molin6-Nov-00 0:23 
GeneralClpping Region is Not Operate with Printpreview Pin
Andrebon5-Nov-00 15:32
Andrebon5-Nov-00 15:32 
GeneralCommunicating with IE Pin
Ray5-Nov-00 8:51
Ray5-Nov-00 8:51 
GeneralRe: Communicating with IE Pin
Eq5-Nov-00 20:32
Eq5-Nov-00 20:32 
Generalabout the keyboard events Pin
Ray5-Nov-00 8:19
Ray5-Nov-00 8:19 
I'm working on sending keyboard events from my code using Visual C++.Now I can send keyborad events using the fuction "keybd_event".
for example: char pChar = 'a';
SHORT ks = VkKeyScan(pChar);
BYTE key = ks & 0xFF;
keybd_event(key,0,0,0);
sends an message as if I pressed the button 'a'
The scan code '0x61' stands for the key 'a' on the keyboard,what about the code of the combination of 'Alt+a' or 'ctrl+a'? I would like to know what are the scan codes that stand for two key combinations of the keyboard. Or is this any other way to send such information from my code?
Thanks a lot!


GeneralRe: about the keyboard events Pin
Christian5-Nov-00 17:59
Christian5-Nov-00 17:59 
QuestionHow can I change resources while my application is running? Pin
Dimitriev VG4-Nov-00 23:36
Dimitriev VG4-Nov-00 23:36 
AnswerRe: How can I change resources while my application is running? Pin
David Wulff5-Nov-00 2:47
David Wulff5-Nov-00 2:47 
GeneralDocking TreeView Pin
Shafeeque O.K.4-Nov-00 21:15
Shafeeque O.K.4-Nov-00 21:15 
GeneralCommom Controls Pin
Member 65284-Nov-00 18:01
Member 65284-Nov-00 18:01 
GeneralRe: Commom Controls Pin
Christian4-Nov-00 21:36
Christian4-Nov-00 21:36 
GeneralBackground Colors of CStatic Objects Pin
Fred Katz4-Nov-00 10:20
Fred Katz4-Nov-00 10:20 
GeneralRe: Background Colors of CStatic Objects Pin
Michael Dunn4-Nov-00 16:48
sitebuilderMichael Dunn4-Nov-00 16:48 
GeneralDisplaying Internet Traffic Pin
User 66584-Nov-00 0:48
User 66584-Nov-00 0:48 
GeneralRe: Displaying Internet Traffic Pin
Buck6-Nov-00 6:54
Buck6-Nov-00 6:54 
GeneralWin2000 Ballons style tool tips... Pin
Joshua3-Nov-00 7:36
Joshua3-Nov-00 7:36 
GeneralRe: Win2000 Ballons style tool tips... Pin
Michael Dunn3-Nov-00 12:59
sitebuilderMichael Dunn3-Nov-00 12:59 
GeneralActiveX Designer SDK Pin
Italo S Weiss3-Nov-00 4:28
sussItalo S Weiss3-Nov-00 4:28 
GeneralAdding tab control to a SDI listview to change different views Pin
Berkut3-Nov-00 4:02
Berkut3-Nov-00 4:02 
GeneralWTL + MDI + Form view Pin
Anders Wetterqvist3-Nov-00 2:29
sussAnders Wetterqvist3-Nov-00 2:29 
GeneralWTL + MDI + Form view Pin
Anders Wetterqvist3-Nov-00 2:25
sussAnders Wetterqvist3-Nov-00 2:25 
GeneralSkin based system Pin
SGO2-Nov-00 19:29
SGO2-Nov-00 19:29 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.