what is the DIFF between Image and Picture box controls
Answer Posted / guest
The sizing behavior of the image control differs from that
of the picture box. It has a Stretch
property while the picture box has an AutoSize property.
Setting the AutoSize property to True
causes a picture box to resize to the dimensions of the
picture; setting it to False causes the
picture to be cropped (only a portion of the picture is
visible). When set to False (the default)
, the Stretch property of the image control causes it to
resize to the dimensions of the picture.
Setting the Stretch property to True causes the picture to
resize to the size of the image
control, which may cause the picture to appear distorted.
Is This Answer Correct ? | 25 Yes | 4 No |
Post New Answer View All Answers
How do I force a file dialogue box to reread the currect disk?
___ VB constant make the menu item in centre.
What is the use of Data Form Wizard?
Difference between ActiveX Control and Standard Control.
How would you map properties to controls by using ActiveX Control Interface Wizard?
How should dates be implemented so they work with other language and country formats?
How can I call a 'hidden' DOS program from VB?
Why visual basic is used?
What is FireHouse Cursors?
Explain Default cursor Type and LockEdit type in DAO?
DHTML Is used for what?
How many ways we can access file using VB?
How would you convert a form into document?
What are some methods you can use to send data from one VB executable to another one?
Binary Access-method isused to access file in which manner?