Rss & SiteMap
Foxtable(狐表) http://www.foxtable.com
Dim
lbl
As
WinForm.Label
lbl = e.Form.CreateControl("lable1", ControlTypeEnum.Label)
lbl.Text = "Foxtable"
lbl.Left = 100
lbl.Top = 100
e.Form.AddControl(lbl)
以上代码是向窗体加加入一个标签。那么删除窗体中的标签代码RemoveControl(Name),我试了却报错,不知道原因、