![]() |
#2
justflyer2010-11-17 20:45
|
Dim butt As New System.Windows.Forms.Button
Me.Controls.Add(butt)
butt.Name = "buttel1"
butt.Visible = True
butt.Enabled = True
下面如何给butt添加单击事件或双击事件