Hi,
How i can find some example to create a DLL who contain a class and to use this class in VB ? I know how to export function, but to do this?
Thanks fo help
Printable View
Hi,
How i can find some example to create a DLL who contain a class and to use this class in VB ? I know how to export function, but to do this?
Thanks fo help
COM does what you want. It does require a bit of learning though, it's not a simple thing.
A decent starting point is in MSDN under Component Development > Component Object Model (General)
Check the MFC example in the technical articles, this should get you an idea what you can do.
thanks will try to see it