Link to home
Start Free TrialLog in
Avatar of mSchmidt
mSchmidt

asked on

Doing a ActiveX DLL - modules not accessible ? enums not allowed ?

Hi

Iam trying to create an ActiveX dll which should expose some static methods.
I used a Module to write some static methods, however after trying to use it in .NET the methods dont show.
Additionally it doesnt seem like i am allowed to make enums public ?
Avatar of Zhaolai
Zhaolai
Flag of United States of America image

Just wonder why you won't do it in .NET since you use it in .NET.

Avatar of mSchmidt
mSchmidt

ASKER

Iam actually trying to move a lot of code from a VB6 Exe to an ActiveX Dll so that we can share the code with .NET.

However in the VB6 exe we have around 50 Modules with methods.
ASKER CERTIFIED SOLUTION
Avatar of judgeking
judgeking
Flag of Canada 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
Avatar of Mike McCracken
This question has been classified as abandoned and is being closed as part of the Cleanup Program. See my comment at the end of the question for more details.