Click here to Skip to main content
15,887,302 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Combine two double into a string Pin
blang047721-Feb-06 2:41
blang047721-Feb-06 2:41 
GeneralRe: Combine two double into a string Pin
David Crow21-Feb-06 2:43
David Crow21-Feb-06 2:43 
QuestionSending bytes in a time window Pin
Lazybug8220-Feb-06 14:16
Lazybug8220-Feb-06 14:16 
AnswerRe: Sending bytes in a time window Pin
Rage20-Feb-06 22:50
professionalRage20-Feb-06 22:50 
QuestionDataSets & TableAdapters Pin
monrobot1320-Feb-06 12:57
monrobot1320-Feb-06 12:57 
QuestionQuestion about console windows Pin
nachilau20-Feb-06 10:34
nachilau20-Feb-06 10:34 
AnswerRe: Question about console windows Pin
Rage20-Feb-06 22:49
professionalRage20-Feb-06 22:49 
GeneralRe: Question about console windows Pin
nachilau21-Feb-06 19:52
nachilau21-Feb-06 19:52 
The way that I do it is

AllocConsole();
m_hout = GetStdHandle(STD_OUTPUT_HANDLE);
SetConsoleMode(m_hout, ENABLE_PROCESSED_OUTPUT | ENABLE_WRAP_AT_EOL_OUTPUT);

If you say that it is not true that when the child process get deleted, the parent process also get deleted, then I don't understand why my GUI get closed when the user close the console window.


QuestionData and graphs Pin
thierrypp20-Feb-06 10:29
thierrypp20-Feb-06 10:29 
AnswerRe: Data and graphs Pin
Rage20-Feb-06 22:48
professionalRage20-Feb-06 22:48 
QuestionVC++ Managed Code and OnPaint Problem Pin
syedfasih20-Feb-06 9:36
syedfasih20-Feb-06 9:36 
AnswerRe: VC++ Managed Code and OnPaint Problem Pin
Maximilien20-Feb-06 10:26
Maximilien20-Feb-06 10:26 
GeneralRe: VC++ Managed Code and OnPaint Problem Pin
syedfasih21-Feb-06 11:30
syedfasih21-Feb-06 11:30 
QuestionAccessing Office Functions from user defined applications Pin
zeeshan fahim20-Feb-06 8:46
zeeshan fahim20-Feb-06 8:46 
QuestionRe: Accessing Office Functions from user defined applications Pin
David Crow20-Feb-06 8:57
David Crow20-Feb-06 8:57 
AnswerRe: Accessing Office Functions from user defined applications Pin
chetanprakash20-Feb-06 19:19
chetanprakash20-Feb-06 19:19 
GeneralRe: Accessing Office Functions from user defined applications Pin
David Crow21-Feb-06 2:41
David Crow21-Feb-06 2:41 
QuestionSaving Data to File Pin
BeakX20-Feb-06 7:57
BeakX20-Feb-06 7:57 
AnswerRe: Saving Data to File Pin
David Crow20-Feb-06 8:09
David Crow20-Feb-06 8:09 
GeneralRe: Saving Data to File Pin
georgeraafat20-Feb-06 9:03
georgeraafat20-Feb-06 9:03 
GeneralRe: Saving Data to File Pin
David Crow20-Feb-06 9:14
David Crow20-Feb-06 9:14 
GeneralRe: Saving Data to File Pin
Aqueel20-Feb-06 17:19
Aqueel20-Feb-06 17:19 
GeneralRe: Saving Data to File Pin
David Crow21-Feb-06 2:27
David Crow21-Feb-06 2:27 
AnswerRe: Saving Data to File Pin
ThatsAlok20-Feb-06 18:28
ThatsAlok20-Feb-06 18:28 
QuestionEditor Pin
haba-baba20-Feb-06 5:47
haba-baba20-Feb-06 5:47 

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.