what is the difference between name property and caption
property in visual basic?
Answer Posted / pradeep kushwaha
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
| Is This Answer Correct ? | 45 Yes | 13 No |
Post New Answer View All Answers
What are the scope of the class?
How would you add elements in TreevieW Control.
What is understand in resource tracking?
What is data control in vb?
Differentiate between DAO,ADO and Adodc as in data access objects?
What are the types of line styles available in Treeview Control?
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.
Is it possible to change menu runtime using API? If yes Specify the function names?
___ is the control used to call a windows application.
What are the Internet tools available in VB 6.0?
How to control the file?
What is the use of ActiveX Documents?
How come I get a "No Current Record" error when I use a a Data Control on an empty table?
What is DBSqlPassThrough?
How would you run your ActiveX Document Dll?