Click here to Skip to main content
15,894,546 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Capture mouse over event on trayicon aplication Pin
Software_Developer24-Nov-11 4:56
Software_Developer24-Nov-11 4:56 
AnswerRe: Capture mouse over event on trayicon aplication Pin
Satheesh154624-Nov-11 17:18
Satheesh154624-Nov-11 17:18 
GeneralRe: Capture mouse over event on trayicon aplication Pin
Richard MacCutchan24-Nov-11 21:39
mveRichard MacCutchan24-Nov-11 21:39 
QuestionHow to get close event of form view in MFC Pin
Amrit Agr24-Nov-11 1:53
Amrit Agr24-Nov-11 1:53 
AnswerRe: How to get close event of form view in MFC Pin
Schehaider_Aymen24-Nov-11 2:46
Schehaider_Aymen24-Nov-11 2:46 
AnswerRe: How to get close event of form view in MFC Pin
Software_Developer24-Nov-11 5:19
Software_Developer24-Nov-11 5:19 
GeneralRe: How to get close event of form view in MFC Pin
Schehaider_Aymen24-Nov-11 22:09
Schehaider_Aymen24-Nov-11 22:09 
GeneralRe: How to get close event of form view in MFC Pin
Software_Developer24-Nov-11 22:25
Software_Developer24-Nov-11 22:25 
Yes, [MSDN] says: "To destroy an MDI Child window; use the virtual member function CWnd::DestroyWindow. Do not call the global ::DestroyWindow API to destroy an MDI Child window."

It goes on to say: "In the case of C++ Windows objects that do perform auto-cleanup, you must call DestroyWindow. If you use operator delete directly, the MFC diagnostic memory allocator will alert you that you are freeing memory twice (the first call to delete as well as the indirect call to "delete this" in the auto-cleanup implementation of PostNcDestroy)."
GeneralRe: How to get close event of form view in MFC Pin
Schehaider_Aymen24-Nov-11 22:42
Schehaider_Aymen24-Nov-11 22:42 
QuestionInvoke ENTER KEY Pin
manju 323-Nov-11 19:33
manju 323-Nov-11 19:33 
AnswerRe: Invoke ENTER KEY Pin
Irwin.R23-Nov-11 20:45
Irwin.R23-Nov-11 20:45 
AnswerRe: Invoke ENTER KEY Pin
Pranit Kothari24-Nov-11 3:10
Pranit Kothari24-Nov-11 3:10 
AnswerRe: Invoke ENTER KEY Pin
Satheesh154624-Nov-11 17:13
Satheesh154624-Nov-11 17:13 
QuestionHow to change my application (Client-Server using TCP/IP Sockets) to internet based application Pin
manoharbalu23-Nov-11 18:00
manoharbalu23-Nov-11 18:00 
AnswerRe: How to change my application (Client-Server using TCP/IP Sockets) to internet based application Pin
Richard MacCutchan23-Nov-11 22:16
mveRichard MacCutchan23-Nov-11 22:16 
AnswerRe: How to change my application (Client-Server using TCP/IP Sockets) to internet based application Pin
Satheesh154624-Nov-11 17:26
Satheesh154624-Nov-11 17:26 
AnswerRe: How to change my application (Client-Server using TCP/IP Sockets) to internet based application Pin
Erudite_Eric24-Nov-11 21:52
Erudite_Eric24-Nov-11 21:52 
AnswerRe: How to change my application (Client-Server using TCP/IP Sockets) to internet based application Pin
jschell25-Nov-11 8:48
jschell25-Nov-11 8:48 
Questionstring parsing Pin
robin70023-Nov-11 16:19
robin70023-Nov-11 16:19 
AnswerRe: string parsing Pin
pix_programmer23-Nov-11 16:57
pix_programmer23-Nov-11 16:57 
GeneralRe: string parsing Pin
robin70023-Nov-11 17:15
robin70023-Nov-11 17:15 
GeneralRe: string parsing Pin
pix_programmer23-Nov-11 17:28
pix_programmer23-Nov-11 17:28 
GeneralRe: string parsing Pin
robin70023-Nov-11 17:35
robin70023-Nov-11 17:35 
GeneralRe: string parsing Pin
«_Superman_»23-Nov-11 17:43
professional«_Superman_»23-Nov-11 17:43 
GeneralRe: string parsing Pin
robin70023-Nov-11 17:48
robin70023-Nov-11 17:48 

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.