what is the DIFF between Image and Picture box controls
Answer Posted / 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 View All Answers
What are the properties of datacontrol?
How many objects resides in ADO ?
How do I make the mouse cursor invisible/visible?
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?
Explain Default cursor Type and LockEdits type in RDO?
what are the different Types of Recordsets.
How can Visual Basic be used for server-side scripting?
What is meant by building a recordset.
Parts of ODBC?
How do I speed up control property access?
Is it possible to change menu runtime using API? If yes? Specify the function names.
Differentiate between DAO,ADO and Adodc as in data access objects?
how a multiple routing works ?
What is data binding in vb net?
___ property is used to change to ___ value to access a identity column'in datacontrols.