Click here to Skip to main content
15,918,967 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralVisual C++ .net Build Error Pin
sc09227014-Aug-05 6:33
sc09227014-Aug-05 6:33 
GeneralRe: Visual C++ .net Build Error Pin
S. Senthil Kumar14-Aug-05 7:23
S. Senthil Kumar14-Aug-05 7:23 
GeneralTooltips for Controls in Visual Studio .NET 2003 Pin
Ulrich14-Aug-05 2:31
Ulrich14-Aug-05 2:31 
GeneralRe: Tooltips for Controls in Visual Studio .NET 2003 Pin
Jose Lamas Rios14-Aug-05 20:12
Jose Lamas Rios14-Aug-05 20:12 
Generaladding menu items Pin
rajeev8214-Aug-05 2:02
rajeev8214-Aug-05 2:02 
GeneralRe: adding menu items Pin
Anonymous14-Aug-05 12:05
Anonymous14-Aug-05 12:05 
QuestionWhen is an HWND invalid? Pin
Maverick13-Aug-05 17:25
Maverick13-Aug-05 17:25 
AnswerRe: When is an HWND invalid? Pin
John R. Shaw13-Aug-05 18:19
John R. Shaw13-Aug-05 18:19 
A HWND becomes invalid when the windows is destroyed.

Sorry, but there is no 'aside', either the window exist or it does not. I will note however that the windows destruction has nothing to do with wether or not the destructor for a CWnd object is called. The handle belongs to the system and not the code using it. Therefore, you must be telling the system to destroy the window.

And no: the parent of the window is not an issue, unless the parent window was closed, in which case, all its child windows would also be closed (destroyed).


INTP
"The more help VB provides VB programmers, the more miserable your life as a C++ programmer becomes."
Andrew W. Troelsen
GeneralRe: When is an HWND invalid? Pin
Maverick14-Aug-05 1:32
Maverick14-Aug-05 1:32 
GeneralRe: When is an HWND invalid? Pin
Tim Smith14-Aug-05 4:19
Tim Smith14-Aug-05 4:19 
GeneralRe: When is an HWND invalid? Pin
Maverick14-Aug-05 20:49
Maverick14-Aug-05 20:49 
GeneralRe: When is an HWND invalid? Pin
HumanOsc14-Aug-05 23:36
HumanOsc14-Aug-05 23:36 
GeneralRe: When is an HWND invalid? Pin
Maverick15-Aug-05 18:53
Maverick15-Aug-05 18:53 
QuestionWould u please give me some advice about dynamic curve display? Pin
sssmmmyyy13-Aug-05 16:41
sssmmmyyy13-Aug-05 16:41 
AnswerRe: Would u please give me some advice about dynamic curve display? Pin
John R. Shaw13-Aug-05 18:33
John R. Shaw13-Aug-05 18:33 
GeneralDate Time object for win 32 dll Pin
Laser113-Aug-05 13:29
Laser113-Aug-05 13:29 
GeneralRe: Date Time object for win 32 dll Pin
Laser113-Aug-05 13:32
Laser113-Aug-05 13:32 
GeneralRe: Date Time object for win 32 dll Pin
Ravi Bhavnani13-Aug-05 15:54
professionalRavi Bhavnani13-Aug-05 15:54 
GeneralRe: Date Time object for win 32 dll Pin
Saurabh.Garg13-Aug-05 15:58
Saurabh.Garg13-Aug-05 15:58 
GeneralRe: Date Time object for win 32 dll Pin
David Crow15-Aug-05 3:36
David Crow15-Aug-05 3:36 
GeneralLaunching another app from C++ program Pin
Laser113-Aug-05 13:21
Laser113-Aug-05 13:21 
GeneralRe: Launching another app from C++ program Pin
David Crow13-Aug-05 15:57
David Crow13-Aug-05 15:57 
GeneralText color from background color Pin
Ravi Bhavnani13-Aug-05 12:05
professionalRavi Bhavnani13-Aug-05 12:05 
GeneralRe: Text color from background color Pin
cpprules13-Aug-05 12:39
cpprules13-Aug-05 12:39 
GeneralRe: Text color from background color Pin
Ravi Bhavnani14-Aug-05 5:04
professionalRavi Bhavnani14-Aug-05 5:04 

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.