what is the difference between name property and caption
property in visual basic?
Answer Posted / rohit parbat
in the name : you. Give the name that thode you.use In the project at the time of coding of project.
and caption is use for the display the use text .
like label having name and cation property .
you use the caption is user name.
and name is uname.
than caption is name is display the user name for . label and name this property is use like .
uname.caption="this label"
by using this code use chand the label text.
| Is This Answer Correct ? | 3 Yes | 5 No |
Post New Answer View All Answers
How can you get selected file from file system Control?
What is the difference between change event in normal combobox and dbcombobox?
How do I implement Undo?
____ property of menu cannot be set at run time.
Explain the "cursortype" and "Locktype" in VB?
What is ActiveX? Explain.
How to get freefile location in memory?
What are the properties of datacontrol?
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?
When/Why should I use Option Explicit?
How many objects resides in ADO ?
Can any one please suggest which institute is providing Advance Excel & VBA Macros in Excel training in Hyderabad.
Explain the usage of Web Browser Control?
What is FireHouse Cursors?
Write the Steps in Creating an ActiveX Control?