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
How many types of API functions are available in VB?
How can you check whether a record is valid record or Invalid record using ADO control or Object?
How would you run your ActiveX Document Dll?
How do I set the Windows wallpaper at runtime?
Explain the types of Views in Listview Control?
Write the steps in Creating ActiveX Dll and Active Exe?
How do I speed up control property access?
How do you change the system menu (on the Control-Menu Box)?
What is the use of command Object?What are the various types of variables?
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.
what are the types of LockEdits in DAO?
Explain the creation project schedule.
What are the scope of the class?
What is the use of Scalewidth and ScaleHeight Proeperty?
How would you create properties in ActiveX Control?