Hi
I got a CWnd like thie CWnd * pWnd = pDC->GetWindow();
Is there away I can be notified when the windows is closing?
Hi
I got a CWnd like thie CWnd * pWnd = pDC->GetWindow();
Is there away I can be notified when the windows is closing?
I've not done MFC for years so don't know if this will work but can you:
Yes, you can use Windows Hooks.
http://msdn.microsoft.com/en-us/library/ms632589(VS.85).aspx