what is the difference between name property and caption
property in visual basic?
Answer Posted / bhart
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...
| Is This Answer Correct ? | 28 Yes | 15 No |
Post New Answer View All Answers
what is the Difference between Linked Object and Embedded Object?
What is connection object in vb net?
Is there any Edit method in ADO Data Access method?
Recordset object consists what?
How would you attach pictures in Treeview Control?
What is Internet Explorer and its uses?
What is the use of command Object?What are the various types of variables?
How would you convert a form into document?
How many types of API functions are available in VB?
Binary Access-method isused to access file in which manner?
How can you get selected file from file system Control?
How many objects resides in ADO ?
What is dao in vb?
How would you map properties to controls by using ActiveX Control Interface Wizard?
VB ActiveX: Create a "drivelist"(D1) box, a "folderlistbox"(FLD1) that changes whenever D1 is changed , and a "FilelistBox"(FIL1) that is populated with the file lists under the selected directory in (D1).The file selected is stored in a variable "filename" along with the path. Question: How to use this activeX control in VC++ to get the selected filename?