问题描述
**************************『2008-12-079:07:53』********************************System.ComponentModel.Win32Exception:创建窗口句柄时出错。在System.Windows.Forms.NativeWindow.CreateHandle(CreateParamscp)在System.Windows.Forms.Control.CreateHandle()在System.Windows.Forms.Control.CreateControl(BooleanfIgnoreVisible)在System.Windows.Forms.Control.CreateControl()在System.Windows.Forms.Control.ControlCollection.Add(Controlvalue)在LEDSHOW.MoveShow.MoveShow_Load(Objectsender,EventArgse)位置F:我的备份LEDSHOWMoveShow.cs:行号67在System.Windows.Forms.UserControl.OnLoad(EventArgse)在System.Windows.Forms.UserControl.OnCreateControl()在System.Windows.Forms.Control.CreateControl(BooleanfIgnoreVisible)在System.Windows.Forms.Control.CreateControl()在System.Windows.Forms.Control.ControlCollection.Add(Controlvalue)在LEDSHOW.frmMain.ShowbyData()位置F:我的备份LEDSHOWfrmMain.cs:行号1084*********************************************************************************以上是我生成的异常日志信息,但不知道该如何调整程序,请大侠们指教一下??????
解决方案
解决方案二:
对了,我是在一个panel里面创建的一个lable控件,panel是一个用户控件,窗体在调用这个用户控件的时候,1秒钟会刷新一次,是不是刷新一次就创建了一个控件,然而并没有释放该控件的资源造成的??????请大侠们指教一下。
解决方案三:
如果你每1秒钟调用Controls.Add(...),那是会出问题。
解决方案四:
顶了,不知道什么原因