We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
操作系统: Microsoft Windows NT 6.2.9200.0 .NET版本: 4.0.30319.42000 程序版本: 2.7.3 错误消息: 已经可见的窗体不能显示为模式对话框。在调用 showDialog 之前应将窗体的 Visible 属性设置为 false。 错误源: 在 System.Windows.Forms.Form.ShowDialog(IWin32Window owner) 在 ColorWanted.MainForm.trayMenuHotkey_Click(Object sender, EventArgs e) 在 ColorWanted.MainForm.Init() 在 System.Windows.Forms.Form.OnLoad(EventArgs e) 在 System.Windows.Forms.Form.OnCreateControl() 在 System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible) 在 System.Windows.Forms.Control.CreateControl() 在 System.Windows.Forms.Control.WmShowWindow(Message& m) 在 System.Windows.Forms.Control.WndProc(Message& m) 在 System.Windows.Forms.Form.WmShowWindow(Message& m) 在 ColorWanted.MainForm.WndProc(Message& m) 在 System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
The text was updated successfully, but these errors were encountered:
- 修复 #1 已经可见的窗体不能显示为模式对话框的问题
已经可见的窗体不能显示为模式对话框
fb12b82
- 优化 弹窗图标与显示方式
70f0722
No branches or pull requests
The text was updated successfully, but these errors were encountered: