changing image size programmatically;)
Printable View
changing image size programmatically;)
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.