Which property of textbox cannot be changed at runtime ?
Answer Posted / shankar
multiline
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
What is ado in vb?
How can you check whether a record is valid record or Invalid record using ADO control or Object?
How many tabs in a tabbed dialog do you consider appropriate?
To validate a range of values for a property whenever the property values changes,which type of property procedure you use?
When should we use recursive programming?
Explain what is Visual basic?
1.What are the Feactures visual data manager 2.Short note on visual data manager 3.What is data control,its work,properties,methods 4.Needs for OLEDB in vb 5.LIst steps involved in generating christal report 6.What is a recordset 7.Diffrence between RDO and ADO 8.What is an Activex control 9.Advantages of ADO over data control 10.Diffrence between model and modeless form 11.What is the significance of debug window 12.Diffrence between single document and multiple document 13.Explain data report
What is constructors and distructors.
which property used to add a menus at runtime?
Explain the differences between ActiveX Dll and ActiveX Exe?
How to customize workgroup message?
Explain about trees structures work.
What are the important components of OLEDB?
Differentiate between DAO,ADO and Adodc as in data access objects?
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?