PDA

Click to See Complete Forum and Search --> : StretchBlt() Example


plenderj
May 22nd, 2002, 05:18 AM
Enclosed is a simple example of stretching an image using StretchBlt()
For a more interesting tutorial on doing a stretch, take a look here (http://www.vbforums.com/showthread.php?s=&threadid=157521)

If you have any queries or comments, just let me know.

note: If you receive any errors while opening the form,
its probably due to the CommonDialog control.
In the top left corner of the form you may see a PictureBox
partly obscured by one of the two primary PictureBoxes.
That PictureBox, called 'CommonDialog1', should be in fact
a CommonDialog control with that name.

plenderj
Oct 21st, 2004, 09:48 AM
* 21-October-2004 - Moved to CodeBank *