|
-
February 22nd, 1999, 06:09 AM
#1
Howto use multiple com events
I have a COM DLL, in the typelib there are various interfaces defined, however VB only 'sees' those that are marked
default. I need to get the IXXXbEvents events.
from the typelib bit of the IDL file
coclass XXXObject
{
[default] interface IXXXObject;
interface IXXXa;
interface IXXXb;
interface IXXXc;
[default, source] interface IXXXaEvents;
[source] interface IXXXbEvents;
[source] interface IXXXcEvents;
};
Any ideas anyone?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|