|
-
February 21st, 2003, 02:19 AM
#1
How to create DLL file
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
S Thiruvenkatasamy (TVS)
-
February 21st, 2003, 02:27 AM
#2
Use COM with ActiveX
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,
-Ekta
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|