How would you attach an ActiveX control in Your Application?
Answer Posted / anjani
First we have to Register the ActiveX Control
By "Regsvr32.dll", then only we can add Componemt in our vb
Project
Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is data binding in vb net?
what are the types of cursors in DAO?
What is ActiveX? Explain.
Which property of textbox cannot be changed at runtime. What is the max size of textbox?
How do I do drag & drop between applications?
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?
What is Seek Method which type of record set is available this?
What is the use of Hyperlink control for DHTML applications?
What is hyperlink?
What is file in vb?
Difference between Tabletype and Snapshot?
What is meant by building a recordset.
Explain what is Visual basic?
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).
How do I prevent multiple instances of my program?