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 窗体创建 Windows 窗体应用程序。在 MDI 表单中,我有一个 SplitContainer,在 Panel1 中是一个 TreeView,我将表单加载到 Panel2 中。
到目前为止,一切正常,只有一个例外,我无法关闭 WaitCursor。我尝试在代码和表单属性中更改它。在代码中更改它没有任何作用,当我尝试在表单属性中更改它时,它会自动恢复为 WaitCursor。
我错过了什么?
我通过将 UseWaitCursor 属性更改为 false 找到了解决方案。它是如此简单,但我无法在任何地方找到答案