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 do I speed up control property access?
How much gain in performance will I get if I write my number crunching routines in C instead of Visual Basic?
How can you Implement windows functionality in VB?
How do you make a TEXTBOX read only? Or, how do I prevent the user from changing the text in a TEXTBOX?
What can you do with visual basic?
OLE is used for _______
What are the properties of datacontrol?
How can you get selected file from file system Control?
Difference between ActiveX Control and Standard Control.
What is dao in vb?
How do I program the Novell NetWare API from VB?
Explain about arrays?
What is the use of parameters collection?
What type of databases you can access through ADO Data Access Object?
How would you create properties by using class Builder Wizard?