Modal dialog
Hi,
How to make main dialog Modal. Actually I have an app which is started during startup option of windows. Once windows is logged in, the app starts up in max screen size mode. I want to restrict desktop access to the user.
Can we set the application to resize to Full screen mode.
[301 byte] By [
danandu] at [2007-11-20 11:52:50]

# 1 Re: Modal dialog
Hi,
How to make main dialog Modal. Actually I have an app which is started during startup option of windows. Once windows is logged in, the app starts up in max screen size mode. I want to restrict desktop access to the user.
Can we set the application to resize to Full screen mode.
Hi,
Do you want your application to be system modal ?
Confine the mouse region to your application and place a keyboard hook to disable the task switching. Have a look at the below link for how to disable the task switching..
http://support.microsoft.com/?kbid=226359
Thanx