hello. I am using Visual Basic 6.0
Since few days, i was dealing with pictures.
I was loading a picture to a form using:
LoadPicture(filename,size...)
But in case the files are bigger only part can be seen. I want to fit the image to the size of picturebox. Lets assume the height and width of...