Click here to Skip to main content
15,910,009 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Timer in MFC Pin
David Crow24-Oct-07 3:22
David Crow24-Oct-07 3:22 
AnswerRe: Timer in MFC Pin
David Crow24-Oct-07 3:20
David Crow24-Oct-07 3:20 
QuestionEfficiency of Software(MFC) Pin
__yash__23-Oct-07 20:28
professional__yash__23-Oct-07 20:28 
AnswerRe: Efficiency of Software(MFC) Pin
Peter Weyzen24-Oct-07 13:41
Peter Weyzen24-Oct-07 13:41 
Questionsafe to delete immediately following CWnd::DestroyWindow? Pin
Peter Weyzen23-Oct-07 19:22
Peter Weyzen23-Oct-07 19:22 
AnswerRe: safe to delete immediately following CWnd::DestroyWindow? Pin
Nishad S23-Oct-07 20:17
Nishad S23-Oct-07 20:17 
AnswerRe: safe to delete immediately following CWnd::DestroyWindow? Pin
Naveen23-Oct-07 23:20
Naveen23-Oct-07 23:20 
GeneralRe: safe to delete immediately following CWnd::DestroyWindow? Pin
Nishad S24-Oct-07 0:00
Nishad S24-Oct-07 0:00 
Actually I meant the same that CFrameWnd do.

void CFrameWnd::PostNcDestroy()
{
	// default for frame windows is to allocate them on the heap
	//  the default post-cleanup is to 'delete this'.
	// never explicitly call 'delete' on a CFrameWnd, use DestroyWindow instead
	delete this;
}


- NS -

GeneralRe: safe to delete immediately following CWnd::DestroyWindow? Pin
Naveen24-Oct-07 0:17
Naveen24-Oct-07 0:17 
GeneralRe: safe to delete immediately following CWnd::DestroyWindow? Pin
Nishad S24-Oct-07 0:20
Nishad S24-Oct-07 0:20 
GeneralRe: safe to delete immediately following CWnd::DestroyWindow? Pin
Naveen24-Oct-07 0:27
Naveen24-Oct-07 0:27 
GeneralRe: safe to delete immediately following CWnd::DestroyWindow? Pin
Nishad S24-Oct-07 0:35
Nishad S24-Oct-07 0:35 
GeneralRe: safe to delete immediately following CWnd::DestroyWindow? Pin
Peter Weyzen24-Oct-07 13:42
Peter Weyzen24-Oct-07 13:42 
Questionquestion on operator * and & Pin
King Tran23-Oct-07 19:01
King Tran23-Oct-07 19:01 
AnswerRe: question on operator * and & Pin
Neo Andreson23-Oct-07 19:06
Neo Andreson23-Oct-07 19:06 
AnswerRe: question on operator * and & Pin
Nishad S23-Oct-07 20:30
Nishad S23-Oct-07 20:30 
GeneralRe: question on operator * and & Pin
toxcct24-Oct-07 1:33
toxcct24-Oct-07 1:33 
GeneralRe: question on operator * and & Pin
Nishad S24-Oct-07 1:49
Nishad S24-Oct-07 1:49 
AnswerRe: question on operator * and & Pin
toxcct24-Oct-07 0:29
toxcct24-Oct-07 0:29 
GeneralRe: question on operator * and & Pin
King Tran24-Oct-07 2:03
King Tran24-Oct-07 2:03 
GeneralRe: question on operator * and & Pin
toxcct24-Oct-07 2:06
toxcct24-Oct-07 2:06 
QuestionRun time error on my SQL database Pin
CodingLover23-Oct-07 18:21
CodingLover23-Oct-07 18:21 
AnswerRe: Run time error on my SQL database Pin
chandu00423-Oct-07 21:53
chandu00423-Oct-07 21:53 
GeneralRe: Run time error on my SQL database Pin
CodingLover24-Oct-07 0:34
CodingLover24-Oct-07 0:34 
GeneralRe: Run time error on my SQL database Pin
chandu00424-Oct-07 0:41
chandu00424-Oct-07 0:41 

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.