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 can I call a 'hidden' DOS program from VB?

1009


Difference between Tabletype and Snapshot?

1472


Is it possible to Access BackEnd procedures? Explain.

1557


Data Control missing from toolbox when I use VB under NT3.5. Why?

914


Explain about form creation in Visual Basic?

554






To find the current recordposition in data control.

1150


How to find the current record position in data control?

1435


How do I dial a phone number without using the MSCOMM VBX?

1258


Specify technical & functional architecture of your last 2 projects.

1602


Types of LockEdits in RDO.

1563


How do you create a form in visual basic?

461


What is the use of Scalewidth and ScaleHeight Proeperty?

1450


How can you Implement windows functionality in VB?

1682


How many objects resides in ADO ?

1497


What is the difference between change event in normal combobox and dbcombobox?

1635