Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

IDispatch

Status
Not open for further replies.

opo

Programmer
Jul 30, 2001
56
US
I need to make an .ocx that uses IDispatch to interface with another application.
Trying to find a straight-forward and complete example of how to do this, if anyone has or knows of one.
Thanks
 
OCX controls built using Visual Basic inherantly implement the IDispatch interface. VB creates controls using a dual interface: IDispatch & VTable.

All ActiveX objects & controls MUST implement IDispatch or they are not ActiveX.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top