Howto make a system modal application
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
hi, i want to make a login application(like windows login) that blocks all other processes/windows including the task manager. the application should be a simple dialog can anyone help plz? thanks
-
hi, i want to make a login application(like windows login) that blocks all other processes/windows including the task manager. the application should be a simple dialog can anyone help plz? thanks
The
DS_SYSMODAL
style, which was for 16-bit Windows, has been "replaced" with theWS_EX_TOPMOST
style.
"Let us be thankful for the fools. But for them the rest of us could not succeed." - Mark Twain
"There is no death, only a change of worlds." - Native American Proverb