MSandfox
02-22-2002, 02:46 PM
Is there a way to get the results of a paintpicture call into an Image Control. I wrote this using PictureBox.Paintpicture and it works fine on systems with 512ram but will not work properly with 256 or less in one area. that area contains 280 PB crops. My idea is to have the Picture croped into a PicutreBox then trasfered to an Image control for less overhead. Can this be done?