Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 MDI 来做学术项目。
我的问题是我不能调用带有异常的表单对象,ShowDialog()如下所示,任何人都可以帮助解决这个问题。
ShowDialog()
您收到错误是因为您正在调用的表单是 MDI 应用程序的 mdichild。摆脱TopLevel您的 Child 表单的错误设置属性为false.
TopLevel
false
frm.TopLevel = false;