Spermie
Sep 28th, 1999, 02:16 AM
Hi,
I have a MDI parent form and on the form there is a picturebox called picMain. I have another picturebox called picFunction and it is on the picturebox picMain. So picMain is the container for picFunction. Now, I gave picFunction the index 0. How can I create another instance of picFunction on picMain? I tried to do it with
load picFunction(1)
picFunction(1).visible=true
but this doesn't work.
Can anybody help me?
I appreciate your help!
Thanks!
I have a MDI parent form and on the form there is a picturebox called picMain. I have another picturebox called picFunction and it is on the picturebox picMain. So picMain is the container for picFunction. Now, I gave picFunction the index 0. How can I create another instance of picFunction on picMain? I tried to do it with
load picFunction(1)
picFunction(1).visible=true
but this doesn't work.
Can anybody help me?
I appreciate your help!
Thanks!