newbie question of the day: How do you retrieve your app's HWND handle?
-
I have a small dialog-based app made with MFC AppWizard. In the dialog class I do some stuff and need to have handle for the window (dialog window). I use ::SetTimer and ::KillTimer and they require the handle (HWND type not CWnd type!) of the app. BTW.. Is there any example of how to use SetWaitableTimer? TIA!
-
I have a small dialog-based app made with MFC AppWizard. In the dialog class I do some stuff and need to have handle for the window (dialog window). I use ::SetTimer and ::KillTimer and they require the handle (HWND type not CWnd type!) of the app. BTW.. Is there any example of how to use SetWaitableTimer? TIA!
this->m_hWnd
Rickard Andersson Here is my card, contact me later! UIN: 50302279 Sonork: 37318 -
this->m_hWnd
Rickard Andersson Here is my card, contact me later! UIN: 50302279 Sonork: 37318