|
-
January 25th, 1999, 12:25 AM
#1
Adding a pic to a picbox
I am having trouble adding a bitmap to a picturebox with pre determind size , i want to resize the picture so that it fits in the picture box, with out resizing it in a paint progarm. any ideas?
-
January 25th, 1999, 01:06 PM
#2
Re: Adding a pic to a picbox
Hi,
I have got a solution for fitting ur Image into a picture box.
The picture box will resize to the height of the Image.
There is a property in the Picture Box named AutoDraw.
If PictureBox.AutoDraw=True,
then the Picture box resizes to the Image co-ordiantes.
else
It does not re-size.
end if
Hope this solves ur above problem
Regards
Bimlesh
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
|