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 |
How do I get my application on top?
which property of menu cannot be set at run time.
Recordset object consists what?
How does a DCOM component know where to instantiate itself?
What is the need of z-order method?
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?
____ property of menu cannot be set at run time.
How do I make an animated icon for my program?
Is there any way to pass a variable to a form apart from using global variables?
Give brief description about class?
How many number of events does the Timer controls ?
What is ODBC?