Hi All,
I am writing VB code. I am not sure that how to create DLL file. Is it possible to create this. If so, please tell me simple procedure for creating DLL.
Thanks in advance.
Regards,
TVS
Printable View
Hi All,
I am writing VB code. I am not sure that how to create DLL file. Is it possible to create this. If so, please tell me simple procedure for creating DLL.
Thanks in advance.
Regards,
TVS
I think you can create and ActiveX DLL to achieve your goal.When you create a new project,select ActiveX DLL instead of Standard exe from the options provided and then you can create classes in this DLL.If that is what you're trying to get,you can get a lot of help on creating ActiveX DLL in Visual Basic from the net.It uses COM as the underlying technology.
Hope that helps,