Click here to Skip to main content
15,886,830 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Problem with VS 2003 Pin
toxcct31-May-06 23:56
toxcct31-May-06 23:56 
GeneralRe: Problem with VS 2003 Pin
NiceNaidu1-Jun-06 0:13
NiceNaidu1-Jun-06 0:13 
GeneralRe: Problem with VS 2003 Pin
NiceNaidu1-Jun-06 0:24
NiceNaidu1-Jun-06 0:24 
QuestionRe: Problem with VS 2003 Pin
David Crow1-Jun-06 3:45
David Crow1-Jun-06 3:45 
QuestionHow to handle Blank Frame when recording a video Pin
huutribk200131-May-06 22:59
huutribk200131-May-06 22:59 
QuestionCreateProcessAsUserW fails in Windows 2003 64 bits Pin
alvaro31-May-06 22:58
alvaro31-May-06 22:58 
QuestionWindows Detruction Woes Pin
HakunaMatada31-May-06 22:41
HakunaMatada31-May-06 22:41 
AnswerRe: Windows Detruction Woes Pin
Nibu babu thomas31-May-06 23:10
Nibu babu thomas31-May-06 23:10 
TechyMaila wrote:
Now when I destory the window does the object tha cMainFrame is pointing to also get deleted from memory or do we have to do it explicitly? What I did was

cMainFrame->DestroyWindow() ;
delete cMainFrame ;
cMainFrame = NULL ;

Is this destruction of the Window and object the correct way to do it?


From MSDN:

About DestroyWindow:

Destroys the Windows window attached to the CWnd object. The DestroyWindow member function sends appropriate messages to the window to deactivate it and remove the input focus. It also destroys the window’s menu, flushes the application queue, destroys outstanding timers, removes Clipboard ownership, and breaks the Clipboard-viewer chain if CWnd is at the top of the viewer chain. It sends WM_DESTROY and WM_NCDESTROY messages to the window. It does not destroy the CWnd object.


Nibu thomas
A Developer

Programming tips[^]  My site[^]

GeneralRe: Windows Detruction Woes Pin
HakunaMatada31-May-06 23:22
HakunaMatada31-May-06 23:22 
GeneralRe: Windows Detruction Woes Pin
Nibu babu thomas31-May-06 23:26
Nibu babu thomas31-May-06 23:26 
GeneralRe: Windows Detruction Woes Pin
HakunaMatada31-May-06 23:33
HakunaMatada31-May-06 23:33 
GeneralRe: Windows Detruction Woes [modified] Pin
Nibu babu thomas31-May-06 23:37
Nibu babu thomas31-May-06 23:37 
AnswerRe: Windows Detruction Woes Pin
Sarath C31-May-06 23:20
Sarath C31-May-06 23:20 
QuestionApplicatin as TrayIcon? Pin
bosfan31-May-06 21:28
bosfan31-May-06 21:28 
AnswerRe: Applicatin as TrayIcon? [modified] Pin
Amar Sutar31-May-06 21:38
Amar Sutar31-May-06 21:38 
GeneralRe: Applicatin as TrayIcon? Pin
Hamid_RT31-May-06 21:44
Hamid_RT31-May-06 21:44 
GeneralRe: Applicatin as TrayIcon? [modified] Pin
bosfan31-May-06 22:16
bosfan31-May-06 22:16 
AnswerRe: Applicatin as TrayIcon? Pin
Benoy Bose31-May-06 21:40
Benoy Bose31-May-06 21:40 
AnswerRe: Applicatin as TrayIcon? Pin
Benoy Bose31-May-06 21:42
Benoy Bose31-May-06 21:42 
AnswerRe: Applicatin as TrayIcon? Pin
Hamid_RT31-May-06 21:47
Hamid_RT31-May-06 21:47 
GeneralRe: Applicatin as TrayIcon? Pin
bosfan1-Jun-06 3:08
bosfan1-Jun-06 3:08 
Questionhow to compute set intersection efficiently? Pin
George_George31-May-06 21:18
George_George31-May-06 21:18 
AnswerRe: how to compute set intersection efficiently? Pin
David Crow1-Jun-06 4:58
David Crow1-Jun-06 4:58 
GeneralRe: how to compute set intersection efficiently? Pin
George_George1-Jun-06 18:41
George_George1-Jun-06 18:41 
GeneralRe: how to compute set intersection efficiently? Pin
David Crow2-Jun-06 2:51
David Crow2-Jun-06 2:51 

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.