writing VB dll
Visual Basic
2
Posts
2
Posters
0
Views
1
Watching
-
I want to write a function in VB dll which is to be exported in VC++. I created the activex dll and wrote a simple function which displays dialog box in module file. Pl tell me the syntax to export this function.
VB dlls don't have "exports" in the standard dll sense. Instead you use CoCreateInstance to instantiate them and use the ActiveX mechanism with them. '--8<------------------------ Ex Datis: Duncan Jones Merrion Computing Ltd