what is the difference between name property and caption
property in visual basic?
Answer Posted / yuvaraja sengodan
Main difference between 'Name' property and 'Caption'
property is, the 'Name' property value can not be changed
at run-time and the 'Caption' property value can be changed
at run-time.
Is This Answer Correct ? | 12 Yes | 2 No |
Post New Answer View All Answers
What is rdo in vb?
What are forms in visual basic?
Which type of object requires this object?
When/Why should I use Option Explicit?
How can you save and Get data from Clipboard/ Recordset object consists what?
What is the need of tabindex property is label control.
How would you create properties by using class Builder Wizard?
Difference between ActiveX Control and Standard Control.
I'm getting error message "Reserved Error [-nnnn] ("There is no message for this error")" from Jet Engine 2.0.Why?
How to load and unload child forms.
How can you check whether a record is valid record or Invalid record using ADO control or Object?
How do I call a DLL?
Explain about the creation of EXE files with Visual Basic?
What is "Reserved Error -1209"?
what is the Property used to add a menus at runtime?