Click here to Skip to main content
16,007,809 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: LONGLONG Pin
Gary R. Wheeler24-Apr-05 5:09
Gary R. Wheeler24-Apr-05 5:09 
GeneralRe: LONGLONG Pin
fardak24-Apr-05 5:40
fardak24-Apr-05 5:40 
GeneralFilling in an edit box Pin
Yevgeny Efter23-Apr-05 22:55
Yevgeny Efter23-Apr-05 22:55 
GeneralRe: Filling in an edit box Pin
22491724-Apr-05 4:18
22491724-Apr-05 4:18 
GeneralRe: Filling in an edit box Pin
Yevgeny Efter24-Apr-05 6:42
Yevgeny Efter24-Apr-05 6:42 
GeneralRe: Filling in an edit box Pin
Ravi Bhavnani24-Apr-05 7:47
professionalRavi Bhavnani24-Apr-05 7:47 
Generalconsole redirection: output not showing Pin
PatLeCat23-Apr-05 22:50
PatLeCat23-Apr-05 22:50 
GeneralRe: console redirection: output not showing Pin
Gary R. Wheeler24-Apr-05 3:35
Gary R. Wheeler24-Apr-05 3:35 
Problem #1 sounds like an issue within the class you are using to redirect output. You may want to check with the original author of the article to see if he has any suggestions.

For problem #2, it could be the program you are calling is using one of the functions to 'read any key' that reads directly from the console, rather than from the standard input. If that is the case, you may need to use the SendInput() Windows API function to directly 'inject' a keypress into the keyboard input stream.


Software Zen: delete this;
GeneralRe: console redirection: output not showing Pin
PatLeCat24-Apr-05 4:06
PatLeCat24-Apr-05 4:06 
GeneralRe: console redirection: output not showing Pin
Gary R. Wheeler24-Apr-05 5:14
Gary R. Wheeler24-Apr-05 5:14 
GeneralRe: console redirection: output not showing Pin
PatLeCat25-Apr-05 9:05
PatLeCat25-Apr-05 9:05 
GeneralSaving, Opening and possible conflicts Pin
23-Apr-05 18:48
suss23-Apr-05 18:48 
QuestionHow to know if monitor is connected? Pin
IGx8923-Apr-05 18:35
IGx8923-Apr-05 18:35 
AnswerRe: How to know if monitor is connected? Pin
Andrew Kirillov23-Apr-05 21:59
Andrew Kirillov23-Apr-05 21:59 
GeneralRe: How to know if monitor is connected? Pin
IGx8924-Apr-05 4:08
IGx8924-Apr-05 4:08 
GeneralRe: How to know if monitor is connected? Pin
22491724-Apr-05 4:47
22491724-Apr-05 4:47 
GeneralRe: How to know if monitor is connected? Pin
IGx8924-Apr-05 5:18
IGx8924-Apr-05 5:18 
Generalhelp needed for application Pin
_tasleem23-Apr-05 16:58
_tasleem23-Apr-05 16:58 
GeneralRe: help needed for application Pin
22491723-Apr-05 19:43
22491723-Apr-05 19:43 
GeneralRe: help needed for application Pin
_tasleem24-Apr-05 18:50
_tasleem24-Apr-05 18:50 
GeneralRe: help needed for application Pin
22491724-Apr-05 19:07
22491724-Apr-05 19:07 
GeneralVectors Pin
glowskull0323-Apr-05 16:35
glowskull0323-Apr-05 16:35 
GeneralRe: Vectors Pin
Ravi Bhavnani23-Apr-05 16:52
professionalRavi Bhavnani23-Apr-05 16:52 
GeneralRe: Vectors Pin
glowskull0323-Apr-05 17:03
glowskull0323-Apr-05 17:03 
GeneralRe: Vectors Pin
Ravi Bhavnani23-Apr-05 18:17
professionalRavi Bhavnani23-Apr-05 18:17 

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.