Hi,
How can I create new instances of a control on runtime ?
my main-control is named picture1
I tried something like this
dim p as object
set p = new picture1
.....
But this doesn't work.
Does anybody knows how I can make this work ?
Thanx
| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | VB Forums | Developer.com |
|
Results 1 to 3 of 3
Thread: Creating new objects at runtimeThreaded View
|
Click Here to Expand Forum to Full Width |