One more thing though, that has been bugging me.

If I've got a picturebox object, and the picturebox is NOT on a form. It's created dynamically in code, in my own function via 'Dim'. The picturebox is not visible. I create a Graphics object via 'Picturebox.CreateGraphics().' I draw an Image on the graphics object via DrawImage method. Now I have this question:

While I can't see the graphics, is it there? If it's there, how can I then save it to a new bitmap object?