打开我的应用程序时如何阻止系统桌面

打开我的应用程序时如何阻止系统桌面

问题描述:

嗨朋友们,



我创建了Windows应用程序。当我运行此应用程序时,我想让用户不能访问其他系统中的应用程序。所以任何人都可以建议我如何使用c sharp编码阻止访问除我的应用程序以外的桌面/其他应用程序。



在此先感谢

Mohan G

Hi Friends,

I have created windows application. When i Run this application, i want to make the user should not able to access other then my application in their system. So can any one suggest me how to block the accessing of desktop/other applications other than my applications using c sharp coding.

Thanks in Advance
Mohan G

将您的fprm设为模态并禁用表单中的最小化选项
make your fprm as modal and disable minimize option in your form