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


Please Help Members By Posting Answers For Below Questions

How do I force a file dialogue box to reread the currect disk?

1171


___ VB constant make the menu item in centre.

1550


What is the use of Data Form Wizard?

1760


Difference between ActiveX Control and Standard Control.

2375


How would you map properties to controls by using ActiveX Control Interface Wizard?

1666


How should dates be implemented so they work with other language and country formats?

1171


How can I call a 'hidden' DOS program from VB?

1231


Why visual basic is used?

739


What is FireHouse Cursors?

1969


Explain Default cursor Type and LockEdit type in DAO?

889


DHTML Is used for what?

1657


How many ways we can access file using VB?

1791


How would you convert a form into document?

1837


What are some methods you can use to send data from one VB executable to another one?

2013


Binary Access-method isused to access file in which manner?

1661