Hi!

I forgot how to create an object in memory (so not on a form)... How did I do it again?

Code:
    Dim Pb As PictureBox
    Dim O As Object
    
    Set O = Pb
    
    O.AutoRedraw = True
This does not work... also

Code:
    Dim Pb as New PictureBox
doesn't work...
I can't remember... Help?