Hi,

I'm currently writing a VB program that displays images using the Wang Image Edit Control. Simple enough.

But I have allowed the user to enhanced the image by selecting a region of the image, using the mouse. This section is copied to the Desktop clipboard, which in turn is pasted to a PictureBox object. Because if you paste from the clipboard to the Wang control is just paste it over the top, and if you clear the image an error occurs stating that theres no image displayed. The PictureBox control is saved to a file and the loaded into the Wang Image Edit control. By this time the quality of the enhanced image is REALLY poor. I have to optimised display property on also.

Any ideas on improving the quality of the displayed image are greatly appreciated.

Thanks,

Paul