Link to home
Start Free TrialLog in
Avatar of Fabrice Lambert
Fabrice LambertFlag for France

asked on

COM Library

I'm using VB.NET to write a COM Library.

So far, I wrote a simple class, but a couple of questions comes to my mind:
What about interfaces ?
Enumerations ?
Static class ?
Function or procedures written in a standard module ?

Are they declared like class (with classID, interfaceID and eventID) ?
How ?
ASKER CERTIFIED SOLUTION
Avatar of Darren
Darren
Flag of Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial