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 are the Differences between ActiveX Control and Standard Control?
How many ways you can access file using VB?
Is it possible to change menu runtime using API? If yes Specify the function names?
___ is a property to resize a label control according to your caption.
Give brief description about class?
Explain about control properties?
Is visual basic easy?
What is the default model of the form?
How do I do drag & drop between applications?
How to find size of the file. Which method or function is used to occomplish this?
Through which protocol OLEDB components are interfaced?
How would you run your ActiveX Document Dll?
How to down load image properties.
What is database vb?
How do I get the number of free bytes on a disk?