Jump to content
Xtreme .Net Talk

thanosm2003

Members
  • Posts

    1
  • Joined

  • Last visited

Everything posted by thanosm2003

  1. The following code creates a new command button, at run time, named btnTest1. How can i add events(like btnTest1_click) to this object? How can i add code that hadles the events for this object? :( Dim myButton As Button = New Button() Me.Controls.Add(myButton) myButton.Name = "btnTest1" myButton.Size = New Size(45, 45) myButton.Location = New Point(10, 10)
×
×
  • Create New...