How to make a winodow always remaining on top
C / C++ / MFC
3
Posts
3
Posters
0
Views
1
Watching
-
How to DoModal a winodw on all of the othere programs; winodws
-
How to DoModal a winodw on all of the othere programs; winodws
See
SetWindowPos
WhiteSky
-
How to DoModal a winodw on all of the othere programs; winodws
Use extended style
WS_EX_TOPMOST
while creating dialog.Prasad Notifier using ATL | Operator new[],delete[][^]