
VB client for calling VC++ connection point
Declare your interface use "WithEvents", and implement your Callback
function in VB.
Hope it helps.
Jack
Quote:
> Hi,
> I have implemented a connectionpoint interface in VC++ ATL,
> but I donot know how to use it in VB, can somebody share
> some experience?
> THanks
> Pat