How do you use VB's create object Function, I want to know if I can use it to create a picturebox inside a class module so I can use some of it's methods, eg it's scaleX and scaleY functions from inside a class module without having a picturebox passed in.

Does anyone know ?