Hello!
Somebody can tell me how to declare and use a classic DLL (not ActiveX). I worked a lot with AX but never with classic DLL.
Help me please!!!
Isabelle
Printable View
Hello!
Somebody can tell me how to declare and use a classic DLL (not ActiveX). I worked a lot with AX but never with classic DLL.
Help me please!!!
Isabelle
I don't think you can make a non-ActiveX DLL with VB. ActiveX is pretty much just a fancy way of saying it uses COM. Since the underlying workings of VB is COM, any DLL you create will implement COM.
Kyle's right, you can't make a normal windows dll through VB. I've tried many times and asked around, just never worked. sorry
If you like to create a DLL in VC++ and only want to use it in VB, I could send you some code.
Email: [email protected]
just set the standard project as - save as dll . for this
go to project -> save as dll , this dll can be used only within the project