|
-
Feb 6th, 2000, 11:21 PM
#2
You can stretch the picture in a picturebox using the PaintPicture method (or the StrechBlt API function).
You can use code simular to this:
With Picture1
.PaintPicture .Picture, 0, 0, .ScaleWidth, .ScaleHeight
End With
Just remember to set the AutoRedraw property to True.
Good luck!
------------------
Joacim Andersson
[email protected]
[email protected]
www.YellowBlazer.com
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|