Hi,
if you are free in choosing an image is is simple:
Set the Stretch property to true.
if not you can use the api:
Private Declare Function StretchBlt Lib "gdi32" (ByVal hdc As Long, ByVal X As Long, ByVal Y As Long, ByVal nWidth As Long, ByVal nHeight As Long, ByVal hSrcDC As Long, ByVal...