Guest_imported
New member
- Jan 1, 1970
- 0
I wrote the code in OnPaint() method so that it will be called infinitely .
Whenever I am calling m_pMainWnd->ShowWindow(SW_SHOWMINIMIZED) the code written on OnPaint is not getting
executed . I want my code written in OnPaint to be executed when the application is minimized .
Please suggest me a similar method like OnPaint so that will get executed even if the application minimized
.
thanx .
Whenever I am calling m_pMainWnd->ShowWindow(SW_SHOWMINIMIZED) the code written on OnPaint is not getting
executed . I want my code written in OnPaint to be executed when the application is minimized .
Please suggest me a similar method like OnPaint so that will get executed even if the application minimized
.
thanx .