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

I get a "file not found" error on the IIF function when I distribute by program. Why?

0 Answers  


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

0 Answers  


How do you call a function in a DLL?

1 Answers  


What is the difference between Exec and ExecSQL? (wouldnt this be dependent on data access? Ie ADO use different method than DAO)

1 Answers  


what are the different Types of Recordsets.

0 Answers  






what is visual basic

14 Answers  


How can you filter out specific type of file using file system controls?

0 Answers  


what is the Need of zorder method?

2 Answers  


what is the Difference between Linked Object and Embedded Object?

0 Answers  


How do I remove/change the picture property of a control at design time?

0 Answers  


What will happen if you issue a Resume statement after handling an error?

3 Answers  


How do I prevent multiple instances of my program?

0 Answers  


Categories