Click here to Skip to main content
15,890,506 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralMemory Address Query Pin
Member 89184611-Nov-04 16:24
Member 89184611-Nov-04 16:24 
GeneralRe: Memory Address Query Pin
bryce11-Nov-04 16:47
bryce11-Nov-04 16:47 
GeneralRe: Memory Address Query Pin
Member 89184611-Nov-04 16:54
Member 89184611-Nov-04 16:54 
GeneralRe: Memory Address Query Pin
bryce11-Nov-04 18:08
bryce11-Nov-04 18:08 
GeneralRe: Memory Address Query Pin
Member 89184611-Nov-04 18:22
Member 89184611-Nov-04 18:22 
GeneralGUI Builder Pin
Anonymous11-Nov-04 16:21
Anonymous11-Nov-04 16:21 
GeneralRe: GUI Builder Pin
alex.barylski11-Nov-04 20:56
alex.barylski11-Nov-04 20:56 
Questionhow to simulate the action of key of power Pin
yingkou11-Nov-04 14:21
yingkou11-Nov-04 14:21 
A Is Push Down
keybd_event('A',0,0,0);
keybd_event('A',0,KEYEVENTF_KEYUP,0);
Success

Power Is Push Down
keybd_event(255,0,0,0);
keybd_event(255,0,KEYEVENTF_KEYUP,0);
Failure

what should I do?

I don't want to use ExitWindowsEx
AnswerRe: how to simulate the action of key of power Pin
Christian Graus11-Nov-04 15:02
protectorChristian Graus11-Nov-04 15:02 
GeneralRe: how to simulate the action of key of power Pin
yingkou12-Nov-04 13:22
yingkou12-Nov-04 13:22 
GeneralRe: how to simulate the action of key of power Pin
Christian Graus12-Nov-04 22:23
protectorChristian Graus12-Nov-04 22:23 
GeneralIs an adapter Wireless or Not Pin
Anonymous11-Nov-04 12:11
Anonymous11-Nov-04 12:11 
GeneralGDI+ GraphicsPath AddString Pin
rob_toutant11-Nov-04 10:52
rob_toutant11-Nov-04 10:52 
Generaledit box properties Pin
MDowning11-Nov-04 10:43
MDowning11-Nov-04 10:43 
GeneralRe: edit box properties Pin
John R. Shaw11-Nov-04 12:09
John R. Shaw11-Nov-04 12:09 
QuestionEnhancement in CEditView ??? Pin
Gl@nce11-Nov-04 10:36
Gl@nce11-Nov-04 10:36 
AnswerRe: Enhancement in CEditView ??? Pin
John R. Shaw11-Nov-04 12:19
John R. Shaw11-Nov-04 12:19 
GeneralXP Visual Styles in Custom Explorer bars Pin
carlb11-Nov-04 9:34
carlb11-Nov-04 9:34 
GeneralTaskbar button height Pin
Fantmx11-Nov-04 9:03
Fantmx11-Nov-04 9:03 
GeneralRe: Taskbar button height Pin
PJ Arends11-Nov-04 10:50
professionalPJ Arends11-Nov-04 10:50 
GeneralRe: Taskbar button height Pin
Fantmx11-Nov-04 13:10
Fantmx11-Nov-04 13:10 
GeneralRe: Taskbar button height Pin
PJ Arends12-Nov-04 6:35
professionalPJ Arends12-Nov-04 6:35 
GeneralCalling JScript from MFC App Pin
nlecren11-Nov-04 7:35
nlecren11-Nov-04 7:35 
GeneralSelf-deleting executable Pin
BlackDice11-Nov-04 5:58
BlackDice11-Nov-04 5:58 
GeneralRe: Self-deleting executable Pin
Rick York11-Nov-04 6:49
mveRick York11-Nov-04 6:49 

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.