it wont let me do this either:
why not?Code:ReDim myPic(intPicCount) As PictureBox myPic(intPicCount).AutoSize = True myPic(intPicCount).Picture = LoadPicture(App.Path & "\" & strName & "\" & strTempItem & ".gif")
it gives error "Object variable not set"





Reply With Quote