what is the DIFF between Image and Picture box controls
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / neeta
Picture box control takes up more memory
Image box control takes up less memory....
Is This Answer Correct ? | 17 Yes | 4 No |
we can access only bitmap files in the Image box but in
picture box we can access both bitmap & JPEG files.
another difference is image box is having the property of
Stretch where picture box is not having this property.
so that we can fit the any picture to the reqired size in
image box.
Is This Answer Correct ? | 18 Yes | 7 No |
What are the types of line styles available in Treeview Control?
What is ActiveX Dll and ActiveX Exe?
Are there any examples of commercial applications built using Visual Basic?
WHAT IS DIFFERENCE BETWEEN Message box and image box
Why do I get "object not an array" when I try reference the fields of a global object variable which I have set to a table?
How to get Cursor position using API?
What do you mean by Databound Controls? Explain.
What is ADO?
Hai! , i make a project for browsing center using vb6.0 , at the time of running below mentioned error is occured so please help me for solve this problem. Error : Can't find project or library
What is the difference between adodc and adodb in vb?
How do I access C style strings?
Define the scope of Public, Private, Friend procedures?