What is the difference between a PictureBox and Image
control?
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
I get a "file not found" error on the IIF function when I distribute by program. Why?
What is the difference between change event in normal combobox and dbcombobox?
How do you call a function in a DLL?
What is the difference between Exec and ExecSQL? (wouldnt this be dependent on data access? Ie ADO use different method than DAO)
what are the different Types of Recordsets.
what is visual basic
How can you filter out specific type of file using file system controls?
what is the Need of zorder method?
what is the Difference between Linked Object and Embedded Object?
How do I remove/change the picture property of a control at design time?
What will happen if you issue a Resume statement after handling an error?
How do I prevent multiple instances of my program?