Click here to Skip to main content
15,896,429 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Does VC++.NET support XML Comments? Pin
Kurt _B21-Feb-06 7:28
Kurt _B21-Feb-06 7:28 
QuestionWindows service sends messages to a GUI application window with FindWindow() Pin
FFKONG20-Feb-06 17:14
FFKONG20-Feb-06 17:14 
QuestionRe: Windows service sends messages to a GUI application window with FindWindow() Pin
David Crow21-Feb-06 5:49
David Crow21-Feb-06 5:49 
AnswerRe: Windows service sends messages to a GUI application window with FindWindow() Pin
ThatsAlok22-Feb-06 3:34
ThatsAlok22-Feb-06 3:34 
QuestionHow to show registers while a program running? Pin
sduhd20-Feb-06 16:48
sduhd20-Feb-06 16:48 
AnswerRe: How to show registers while a program running? Pin
Rage20-Feb-06 22:55
professionalRage20-Feb-06 22:55 
Questionrename ActiveX class Pin
Anilkumar K V20-Feb-06 16:40
Anilkumar K V20-Feb-06 16:40 
QuestionSetting the bounds of multiple windows within a dialog box Pin
zlatnik20-Feb-06 16:04
zlatnik20-Feb-06 16:04 
AnswerFurther elaboration Pin
zlatnik20-Feb-06 16:27
zlatnik20-Feb-06 16:27 
Questionget html element event Pin
victor.zou20-Feb-06 15:43
victor.zou20-Feb-06 15:43 
AnswerRe: get html element event Pin
Rage20-Feb-06 22:53
professionalRage20-Feb-06 22:53 
GeneralRe: get html element event Pin
victor.zou21-Feb-06 13:21
victor.zou21-Feb-06 13:21 
QuestionHow to export a class derived from CScrollView? Pin
followait20-Feb-06 15:31
followait20-Feb-06 15:31 
QuestionCombine two double into a string Pin
blang047720-Feb-06 14:18
blang047720-Feb-06 14:18 
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 

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.