Has anyone tried calling a .Net Dll in VB6.0/ I'd like to know how one can accomplish this, if at ll it can be done.
Thanks
Simple VB
Printable View
Has anyone tried calling a .Net Dll in VB6.0/ I'd like to know how one can accomplish this, if at ll it can be done.
Thanks
Simple VB
go to project references>Com Components>located the dll and add it
He is talking about calling a .Net dll from VB6, not the other way around.
I haven't seen a way to do it yet.
i guess i should read the question more carefully
Isn't there an option to "Create a COM Wrapper" somewhere?
i saw in a book from advanced technics in vb.net how to do that but i dont remember lol
Try activating the option "Configuration Properties"->"Build"->"Register for COM Interop" in the project settings.
as sunburnt said it needs ........look at this :D
This must be what you are looking for