Click here to Skip to main content
15,886,963 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionHow to capture snapshot of dialog in JPEG format? Pin
amitwadekar19-Dec-11 18:21
amitwadekar19-Dec-11 18:21 
AnswerRe: How to capture snapshot of dialog in JPEG format? Pin
Chandrasekharan P19-Dec-11 18:36
Chandrasekharan P19-Dec-11 18:36 
GeneralRe: How to capture snapshot of dialog in JPEG format? Pin
amitwadekar19-Dec-11 19:18
amitwadekar19-Dec-11 19:18 
AnswerRe: How to capture snapshot of dialog in JPEG format? Pin
PJ Arends19-Dec-11 21:43
professionalPJ Arends19-Dec-11 21:43 
GeneralRe: How to capture snapshot of dialog in JPEG format? Pin
amitwadekar25-Dec-11 19:52
amitwadekar25-Dec-11 19:52 
GeneralRe: How to capture snapshot of dialog in JPEG format? Pin
amitwadekar26-Dec-11 18:33
amitwadekar26-Dec-11 18:33 
QuestionSendInput() Pin
Member 801032519-Dec-11 16:29
Member 801032519-Dec-11 16:29 
AnswerRe: SendInput() Pin
Code-o-mat20-Dec-11 8:17
Code-o-mat20-Dec-11 8:17 
Just a guess but it could be that the key handler for those windows you want to target use GetKeyState[^] or GetAsynchKeyState[^] to check if the ALT key is down or not and SendInput does not change what these will return. I guess you could test for this by manually pressing the ALT key and sending the space with SendInput as you do.
> The problem with computers is that they do what you tell them to do and not what you want them to do. <
> If it doesn't matter, it's antimatter.<

QuestionOptimization Pin
columbos1492719-Dec-11 3:41
columbos1492719-Dec-11 3:41 
AnswerRe: Optimization Pin
Chris Losinger19-Dec-11 4:12
professionalChris Losinger19-Dec-11 4:12 
AnswerRe: Optimization Pin
Code-o-mat19-Dec-11 4:13
Code-o-mat19-Dec-11 4:13 
QuestionAdding a int array inside CStringArray Pin
VCProgrammer19-Dec-11 1:07
VCProgrammer19-Dec-11 1:07 
QuestionRe: Adding a int array inside CStringArray Pin
CPallini19-Dec-11 1:26
mveCPallini19-Dec-11 1:26 
AnswerRe: Adding a int array inside CStringArray Pin
Richard MacCutchan19-Dec-11 2:12
mveRichard MacCutchan19-Dec-11 2:12 
GeneralRe: Adding a int array inside CStringArray Pin
Albert Holguin19-Dec-11 3:12
professionalAlbert Holguin19-Dec-11 3:12 
GeneralRe: Adding a int array inside CStringArray Pin
Richard MacCutchan19-Dec-11 6:00
mveRichard MacCutchan19-Dec-11 6:00 
QuestionAdapter Classes for using C++ library through JNI Pin
pandit8419-Dec-11 0:26
pandit8419-Dec-11 0:26 
AnswerRe: Adapter Classes for using C++ library through JNI Pin
CPallini19-Dec-11 3:12
mveCPallini19-Dec-11 3:12 
QuestionCWinThread Pin
columbos1492718-Dec-11 22:45
columbos1492718-Dec-11 22:45 
AnswerRe: CWinThread Pin
CPallini18-Dec-11 23:12
mveCPallini18-Dec-11 23:12 
AnswerRe: CWinThread Pin
Albert Holguin19-Dec-11 3:15
professionalAlbert Holguin19-Dec-11 3:15 
QuestionSave As Image Pin
john563218-Dec-11 22:08
john563218-Dec-11 22:08 
AnswerRe: Save As Image Pin
CPallini18-Dec-11 22:18
mveCPallini18-Dec-11 22:18 
GeneralRe: Save As Image Pin
john563218-Dec-11 23:44
john563218-Dec-11 23:44 
GeneralRe: Save As Image Pin
CPallini18-Dec-11 23:51
mveCPallini18-Dec-11 23:51 

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.