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
Explain about creating VB applications in excel?
How would you add elements and pictures to listitems in listview control?
How many ways you can access file using VB?
What is meant by Establish Connection in RDO?
What is instantiating?
what are the types of cursors in DAO?
Why doesn't "my string" & Chr$(13) do what I want?
Types of DBCombo boxes
Differentiate between DAO,ADO and Adodc as in data access objects?
Which type of object requires this object?
What is snapshot in vb?
How many File System Controls are there Explain?
Explain about manipulating the recordset object
How can you Navigate from the DHTML application to another DHTML application? .
What is ODBC Direct and Microsoft Jet Database Engine ?