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
which property used to add a menus at runtime?
Is it possible to Manipulate data through flexgrid? Explain.
Is it possible to Manipulate data through flexgrid? Explain.
How do I play MID, WAV or other multimedia files?
What is the use of NEW Keyword? Explain.
How do I use GetPrivateProfileString to read from INI files?
Can you create a tabletype of recordset in Jet - connected ODBC dbengine?
How to find size of the file. Which method or function is used to occomplish this?
Types of LockEdits in RDO.
What is vbs file?
what are the Parts of ODBC?
What is the difference between c++ and visual basic?
Explain Types of DBCombo boxes?
How would you create properties in ActiveX Control?
How can you Implement windows functionality in VB?