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
How should dates be implemented so they work with other language and country formats?
How do I do Peek and Poke and other low-level stuff?
Timer control contains ________ no. of events.
Explain about conditional operators?
What is "Reserved Error -1209"?
Types of DBCombo boxes
When should we use recursive programming?
What is a thread pool and how are the threads within a thread pool managed?
How to find the current record position in data control?
What language does visual basic use?
Explain about an event-driven programming language?
What is recordset in visual basic?
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?
what are the Types of cursors in RDO?
To.set the command button for ESC ___ Property has to be changed.