Hello, I need a little help with my little Problem...
Here is my Sourcecode (pseudo):
Public picHG() as PictureBox
.
.
.
Set picHG() = PictureBox (ERROR !!)
.
.
.
ReDim picHG(10)
.
.
.
and then the other Sourcecode with this call:
picHG(0).Picture = LoadPicture("aPicture.gif")
Can anybody help me, why cant I put the PictureBox behind a Index ?? And why cant I make a Set before the = PictureBox... Iám totally confused, hope You not !!
Please help, greetings MAJASOFT.




Reply With Quote