I am rewriting a form procedure into a module level one and it needs a temporary place to load a picture into.
I was thinking of using a picturebox but VB won't let me create a picturebox control on the fly and I don't want to have to have a picturebox on my form just for this procedure. (If that's the case I might as well leave the procedure on the form to begin with right?)
So is there a way to make a tempory picturebox or equivalent at the module level?

P.S. - I need to have a hDC so I can bitblt it.


Thanks!