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

C / C++ / MFC

 
AnswerRe: Combine two double into a string Pin
haian244220-Feb-06 14:28
haian244220-Feb-06 14:28 
AnswerRe: Combine two double into a string Pin
kakan20-Feb-06 18:55
professionalkakan20-Feb-06 18:55 
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 
Hello all,

I have written a program which contains a GUI windows and also a console windows. When the program start, I allocate a console window from Windows. When the user close the console window during the programming is running, my main GUI get closed at the same time too. What I think is that may be the console window process is a child process of the main GUI window, when the child prcoess get closed, its parent process will also be destoryed. However, the destcutor of my main GUI porcess didn't get called when the console get closed which cause a lot of memory leaks. Do anyone know why my main GUI window destructor did get called when one of it child process get closed? Smile | :)
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 
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 

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.