在应用程序未以 UserInteractive 模式运行的情况下显示有模式对话框或窗体是无效的操作
在应用程序未以UserInteractive模式运行的情况下显示有模式对话框或窗体是无效的操作。请指定ServiceNotification或DefaultDesktop...
在应用程序未以 UserInteractive 模式运行的情况下显示有模式对话框或窗体是无效的操作。请指定 ServiceNotification 或 DefaultDesktopOnly 样式,以显示服务应用程序发出的通知。
同样的程序在我的机子上出这样的问题,而在另一台机子上就没这个问题。真的是MessageBox的问题吗,还会别的问题吗? 展开
同样的程序在我的机子上出这样的问题,而在另一台机子上就没这个问题。真的是MessageBox的问题吗,还会别的问题吗? 展开
1个回答
展开全部
显示MessageBox时产生了InvalidOperationException异常。可能原因是SystemInformation.UserInteractive属性为false,也就是说你的程序没有在user-interactive模式下运行,此时模式对话框和消息框都是不可用的。
可以将SystemInformation.UserInteractive属性改为true。
关于SystemInformation.UserInteractive属性的更多帮助,请参考
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfSystemWindowsFormsSystemInformationClassUserInteractiveTopic.asp
关于MessageBox.Show方法产生的异常,请参考
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfSystemWindowsFormsMessageBoxClassShowTopic12.asp
可以将SystemInformation.UserInteractive属性改为true。
关于SystemInformation.UserInteractive属性的更多帮助,请参考
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfSystemWindowsFormsSystemInformationClassUserInteractiveTopic.asp
关于MessageBox.Show方法产生的异常,请参考
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfSystemWindowsFormsMessageBoxClassShowTopic12.asp
参考资料: MSDN
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询