Difference Types of Instancing Property in ActiveX Dll and Exe.
Answer / cherran
For ActiveX-DLL:
Private, PublicNotCreatable, MultiUse, GlobalMultiUse
For ActiveX-EXE:
Private, PublicNotCreatable, SingleUse, GlobalSingleUse,
MultiUse, GlobalMultiUse
Is This Answer Correct ? | 1 Yes | 0 No |
How would you map properties to controls by using ActiveX Control Interface Wizard?
Where can I get updated VB and other Microsoft files?
Describe Database Connection pooling relative to MTS ?
what is the difference between ADO and RDO in vb
How to down load image properties.
What is the use of command Object?
What is FireHouse Cursors?
What is Parser Bug?
How would you run your ActiveX Document Dll?
Draw Sequence Modal of RDO? Explain.
What are the Sequence of events when a form is loaded in 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).