I want to stretch an image in picturebox. Is there any property to do it? In VB.NET there is is a property called "size mode". we can change that property to "stretch image". still i couldn't find VB6 property to do it. Please tell me the property or if there is not a property, how to do it?
How to stretch an image in picturebox?
Page 1 of 12 Replies - 459 Views - Last Post: 31 January 2012 - 08:08 PM
Topic Sponsor:
Replies To: How to stretch an image in picturebox?
#2
Re: How to stretch an image in picturebox?
Posted 31 January 2012 - 01:06 AM
There is no stretch in a PictureBox, you would need to look at using the BitBlt API to stretch the image.
If you can use the image control instead of the picture box, you can use the Stretch property.
If you can use the image control instead of the picture box, you can use the Stretch property.
#3
Re: How to stretch an image in picturebox?
Posted 31 January 2012 - 08:08 PM
image control also a better idea. Thank you maj.
Page 1 of 1
|
|

New Topic/Question
Reply



MultiQuote




|