Hey,
I was wondering that how a dll is written in VB ,and used. It is easy to do in Delphi, is it also easy in VB ? Thank you very much...
Printable View
Hey,
I was wondering that how a dll is written in VB ,and used. It is easy to do in Delphi, is it also easy in VB ? Thank you very much...
Yes, writing an ActiveX DLL file is very straitforward.
Simply start a new ActiveX DLL project.
Name the class and the project.
Add methods and property procedures.
Compile.