Click to See Complete Forum and Search --> : image sizing


surya_madhavi
March 13th, 2003, 10:49 AM
changing image size programmatically;)

arumugajothi
March 13th, 2003, 10:12 PM
For sizing the image in VC++ you can use StretchDibits or StretchBlt API. Enough documentation of using these aPI are in MSDN.
For sizing the image in VB you can use PictureBox control.