What is the difference between a PictureBox and Image
control?

Answers were Sorted based on User's Feedback



What is the difference between a PictureBox and Image control?..

Answer / mama

IMAGE CONTROL-IMAGE CONTROL HAS STRETCH PROPERTY.



PICTURE CONTROL-PICTURE CONTROL HAS AUTO SIZE PROPERTY.

Is This Answer Correct ?    42 Yes 5 No

What is the difference between a PictureBox and Image control?..

Answer / guest

Image Control - Use this to display a picture. Use it over
the PictureBox because it takes less operating system
resources

PictureBox- While it can display pictures, it also acts as
an area on which you can print text and graphics.
Use it for home-grown graphics or print previews

Is This Answer Correct ?    40 Yes 10 No

What is the difference between a PictureBox and Image control?..

Answer / soumik das

image control -image control has stretch property
picture box-picture box grown graphics or prient preview

Is This Answer Correct ?    13 Yes 4 No

Post New Answer

More Visual Basic Interview Questions

How do I get my application on top?

0 Answers  


which property of menu cannot be set at run time.

0 Answers  


Recordset object consists what?

0 Answers  


How does a DCOM component know where to instantiate itself?

1 Answers   Synechron,


What is the need of z-order method?

1 Answers  


VB ActiveX: Create a "drivelist"(D1) box, a "folderlistbox"(FLD1) that changes whenever D1 is changed , and a "FilelistBox"(FIL1) that is populated with the file lists under the selected directory in (D1).The file selected is stored in a variable "filename" along with the path. Question: How to use this activeX control in VC++ to get the selected filename?

0 Answers  


____ property of menu cannot be set at run time.

0 Answers  


How do I make an animated icon for my program?

0 Answers  


Is there any way to pass a variable to a form apart from using global variables?

0 Answers  


Give brief description about class?

0 Answers  


How many number of events does the Timer controls ?

3 Answers  


What is ODBC?

2 Answers   Satyam,


Categories