:confused: I am trying to create a usercontrol that reads jpeg pictures of varying sizes and then resizes them to one size. Eventually this control will be used by Access to display painting on a report.
Any ideas appreciated.
ROO
Printable View
:confused: I am trying to create a usercontrol that reads jpeg pictures of varying sizes and then resizes them to one size. Eventually this control will be used by Access to display painting on a report.
Any ideas appreciated.
ROO
That's easy, use the PaintPicture method of the user control. It stretches images automatically.