what is the DIFF between Image and Picture box controls

Answers were Sorted based on User's Feedback



what is the DIFF between Image and Picture box controls..

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

what is the DIFF between Image and Picture box controls..

Answer / neeta

Picture box control takes up more memory
Image box control takes up less memory....

Is This Answer Correct ?    17 Yes 4 No

what is the DIFF between Image and Picture box controls..

Answer / harish

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

Post New Answer

More Visual Basic Interview Questions

How to get Cursor position using API?

0 Answers  


What do you mean by HTTP?

4 Answers   Wipro,


____ property is used to lock a textbox to enter a datas.

0 Answers  


Is it possible to call oracle database through ADO control or Object?

1 Answers  


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

0 Answers  






HTML stands for What? Use of HTML ?

2 Answers  


what are the three main differences between flexgrid control and dbgrid(Data bound Grid) control

1 Answers  


What are the types of Error?

1 Answers   IBM,


What is Static Cursor?

1 Answers  


Can you create a Updatecascade, Deletecascade relation in Ms- Access?

0 Answers   Tam,


What is Internet Explorer and its uses?

0 Answers  


___ is a property to resize a label control according to your caption.

0 Answers  


Categories