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
How would you add column headers in listview control?
What is the difference between change event in normal combobox and dbcombobox?
How do you avoid the "Invalid use of null" error when reading null values from a database?
how to make unlimited id(1rimjim,2rimjim,3rimjim....etc) login grp chat pogram for jabber?
How to control the file?
How to get Cursor position using API?
Where can I get updated VB and other Microsoft files?
what controls have you used in your project?
Discuss the working with to-do lists.
Are there any examples of commercial applications built using Visual Basic?
To validate a range of values for a property whenever the property values changes,which type of property procedure you use?
by writing MACRO CODE,i want to retrive data from one spead sheet to another UI (workbook). control will search cell by cell for each row and load the data in another workbook(UI). ex: custdetails custname lastname locaton mobile pincode custdetails raj tony hyd 555555 521245 servcreqrd srvce# srvcename location srvcepincode servcreqrd 754 drilling hyd 521784 for the above example in the another workbook retrive data like this custname Raj srvce# 754 srvcepincode 521784. while retrieving data control will search cell by cell for each row.
How would you navigate between one document to another document in Internet Explorer ?
How can you Add API functions to your Application?
What is ActiveX Dll and ActiveX Exe?