albusorin
December 8th, 2005, 04:04 AM
Hello,
I made an application for POCKET PC (i use Embedded VC), who from time to time, must be shown on top. I know the CWnd, and HWND of the window. I tried:
::ShowWindow(theApp.m_pActiveWnd->m_hWnd, SW_SHOW);
::BringWindowToTop(theApp.m_pActiveWnd->m_hWnd);
but nothing's happening. How is done the Activate from Setings/System/Memory/Running Programs?
Thanks in advanced!
I made an application for POCKET PC (i use Embedded VC), who from time to time, must be shown on top. I know the CWnd, and HWND of the window. I tried:
::ShowWindow(theApp.m_pActiveWnd->m_hWnd, SW_SHOW);
::BringWindowToTop(theApp.m_pActiveWnd->m_hWnd);
but nothing's happening. How is done the Activate from Setings/System/Memory/Running Programs?
Thanks in advanced!