adspace


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

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

How do I force a file dialogue box to reread the currect disk?

1526


How do I tell when an application executed using the SHELL command is finished?

1636


How would you activate animation control?

2456


How would you attach pictures in column headers of List View Control?

2165


How do I make the mouse cursor invisible/visible?

1440


Draw Sequence Modal of DAO and Explain?

2139


With in the form we want to check all the text box control are typed or not? How?

2071


Specify technical & functional architecture of your last 2 projects.

2146