TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
normanordas
NA
25
0
How to expose COM Module members?
Apr 16 2004 2:00 AM
I created an ActiveX DLL (VB 6) and define some public methods/functions inside a MODULE and i also created some public methods/functions inside the CLASS then save it as COM DLL. I imported it to assembly code using tlbimp and installs it to GAC (succesfull). However when i Add a Reference to the created assembly (inside VS.NET) it does not reflect the those public methods/functions i created in the Module...only the methods/functions i created in the Class. Why not reflect? Can't .NET recognize MODULE members and only Class members? I even tried adding it as a COM reference and not as GAC assembly but the thing. The output of ildasm utility is the same. How would i be able to use then the methods/functions inside the module of my COM/assembly?
Reply
Answers (
0
)
Reading USB Data from C# Application
How to expose COM Module members?