
Signature
Arne Garvander
Certified Geek
Professional Data Dude
"Arne Garvander" <ArneGarvander@discussions.microsoft.com> schrieb:
> How can I dynamically load controls unto a windows form?
\\\
Dim NewButton As New Button()
NewButton.Text = "Hello World"
...
Me.Controls.Add(NewButton)
///
> I need to write some custom controls that are a composite of other
> controls.
Take a look at user controls ("Project" -> "Add new element..." -> "User
control".

Signature
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://dotnet.mvps.org/dotnet/faqs/>