Hi!
I forgot how to create an object in memory (so not on a form)... How did I do it again?
This does not work... alsoCode:Dim Pb As PictureBox Dim O As Object Set O = Pb O.AutoRedraw = True
doesn't work...Code:Dim Pb as New PictureBox
I can't remember... Help?




Reply With Quote