what is the difference between name property and caption
property in visual basic?
Answer Posted / sarhang
Answer 1: Name property tells about the visual basic tool used while caption property display the user input type/name.
Answer 2: Name property tells about the form name with vich it is stored under the current project…where as cation is used for the the form vich is in front of us on vich we r working on…
Answer 3: Caption property used for showing the lable of the control and the name property is used as a identity of control in a programm.name property is participate in process of excute to event of specific control in a program
Answer 4: Name property is used to identify the objects or controls placed on the form and the caption property is used to display some label on that control.
| Is This Answer Correct ? | 7 Yes | 4 No |
Post New Answer View All Answers
What is a thread pool and how are the threads within a thread pool managed?
What is the use of property page Wizard in ActiveX Control?
Are there any examples of commercial applications built using Visual Basic?
Is it possible to Manipulate data through flexgrid? Explain.
What is activex control in vb?
How do I implement Undo?
Explain OLE Drag and Drop.
Is there any way to pass a variable to a form apart from using global variables?
Where can I get updated VB and other Microsoft files?
Explain about Caturing Baseline.
____ property is used to lock a textbox to enter a datas.
DHTML Is used for what?
How do I speed up control property access?
What is file in vb?
How can you determine performance standards?