How would you access objects created in ActiveX Exe and
ActiveX Dll



How would you access objects created in ActiveX Exe and ActiveX Dll..

Answer / Divyanshu Rai

To access objects created in ActiveX EXE or ActiveX DLL, you need to create an instance of the object using the CreateObject method in Visual Basic. The syntax is typically something like this: Set obj = CreateObject("ProgID"). Replace 'ProgID' with the ProgID (Program ID) of the object you want to create.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Visual Basic Interview Questions

How much gain in performance will I get if I write my number crunching routines in C instead of Visual Basic?

1 Answers  


What is snapshot in vb?

1 Answers  


what you know about databases?

2 Answers   Satyam,


what are the Types of LockEdits in RDO?

1 Answers  


How would you access objects created in ActiveX Exe and ActiveX Dll

1 Answers  


How can you Implement windows functionality in VB?

1 Answers   ABC,


Explain the types of Views in Listview Control.

1 Answers  


How do you call a function in a DLL?

1 Answers  


How do I get my application on top?

1 Answers  


What is the need of zorder method?

1 Answers  


How many no of controls are there in form?

3 Answers   Satyam,


How can Visual Basic be used for server-side scripting?

1 Answers  


Categories