Set window to be topmost
-
Yaw all! Happy new year! (To all Jewish folks)
CWnd::SetWindowPos(&wndTopMost,0,0,0,0,SWP_NOSIZE | SWP_NOMOVE)
doesn't set my window to be topmost ( creates byCWnd::CreateEx()
, Styles:WS_POPUP
)!!! I want it to appear above the taskbar, but it does-NOT! Any? Help?**--BlackSmith--
**/*The roof is on fire, we don't need no water, let the MF burn*/. BHG.
-
Yaw all! Happy new year! (To all Jewish folks)
CWnd::SetWindowPos(&wndTopMost,0,0,0,0,SWP_NOSIZE | SWP_NOMOVE)
doesn't set my window to be topmost ( creates byCWnd::CreateEx()
, Styles:WS_POPUP
)!!! I want it to appear above the taskbar, but it does-NOT! Any? Help?**--BlackSmith--
**/*The roof is on fire, we don't need no water, let the MF burn*/. BHG.
Ummm... Maybe you can try setting the desktop as the parent of your window with
CWnd::SetParent
. Joaquín M López Muñoz Telefónica, Investigación y Desarrollo