Hi folks,
I have been updating a program to be dpi aware and have solved all the problems except one.
This is a screenshot of a picturebox...
The result of Savepicture Picturebox.picture , File$ is as above when performed in the VB6 environment but like this when run compiled.
The difference in scale is a result of snapping the second shot from the windows picture viewer. Both are actually scalled the same. The problem is that the saved graphic is cropped by the scalling factor.
If anyone can suggest a way round this, I would be eternally grateful!
I guess what I'm loking for is code to get the image from Picturebox.hdc to File.bmp without using the VB Savepicture!




Reply With Quote
