请教“System.ComponentModel.Win32Exception: 创建窗口句柄时出错。”
**************************『2008-12-07 9:07:53』********************************
System.ComponentModel.Win32Exception: 创建窗口句柄时出错。
在 System.Windows.Forms.NativeWindow.CreateHandle(CreateParams cp)
在 System.Windows.Forms.Control.CreateHandle()
在 System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
在 System.Windows.Forms.Control.CreateControl()
在 System.Windows.Forms.Control.ControlCollection.Add(Control value)
在 LEDSHOW.MoveShow.MoveShow_Load(Object sender, EventArgs e) 位置 F:\我的备份\LEDSHOW\MoveShow.cs:行号 67
在 System.Windows.Forms.UserControl.OnLoad(EventArgs e)
在 System.Windows.Forms.UserControl.OnCreateControl()
在 System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
在 System.Windows.Forms.Control.CreateControl()
在 System.Windows.Forms.Control.ControlCollection.Add(Control value)
在 LEDSHOW.frmMain.ShowbyData() 位置 F:\我的备份\LEDSHOW\frmMain.cs:行号 1084
*********************************************************************************
以上是我生成的异常日志信息,但不知道该如何调整程序,请大侠们指教一下??????