以文本方式查看主题

-  Foxtable(狐表)  (http://foxtable.net/bbs/index.asp)
--  专家坐堂  (http://foxtable.net/bbs/list.asp?boardid=2)
----  [求助]System.ComponentModel.Win32Exception: 创建窗口句柄时出错。  (http://foxtable.net/bbs/dispbbs.asp?boardid=2&id=99460)

--  作者:baiheinet
--  发布时间:2017/4/19 17:21:00
--  [求助]System.ComponentModel.Win32Exception: 创建窗口句柄时出错。
设计窗口的出现 别的都好用
有关调用实时(JIT)调试而不是此对话框的详细信息,
请参见此消息的结尾。

************** 异常文本 **************
System.ComponentModel.Win32Exception: 创建窗口句柄时出错。
在 System.Windows.Forms.NativeWindow.CreateHandle(CreateParams cp)
在 System.Windows.Forms.Control.CreateHandle()
在 System.Windows.Forms.Form.CreateHandle()
在 System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
在 System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
在 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.ScrollableControl.WndProc(Message& m)
在 System.Windows.Forms.ContainerControl.WndProc(Message& m)
在 System.Windows.Forms.Form.WmShowWindow(Message& m)
在 System.Windows.Forms.Form.WndProc(Message& m)
在 System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
在 System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
在 System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

就是不能设计窗口



--  作者:有点色
--  发布时间:2017/4/19 17:23:00
--  

1、新建一个窗口或者项目能否新建?

 

2、是个别窗口还是所有窗口?


--  作者:baiheinet
--  发布时间:2017/4/19 18:42:00
--  
新建都可以 所有窗口都不能设计
--  作者:有点色
--  发布时间:2017/4/19 20:02:00
--  
以下是引用baiheinet在2017/4/19 18:42:00的发言:
新建都可以 所有窗口都不能设计

 

按住ctrl不放打开。

 

或者,把项目发上来看看。