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