Fit image to picture box size... vb6?

Raj BD

New member
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 picture box is 1500 each. We have SIZE attribute, but don't know what is the input format...

please help me out of this problem..
 
Back
Top