dll in vb
Visual Basic
2
Posts
2
Posters
0
Views
1
Watching
-
hi I amnew to vb. please help me how to make a dll and registering and unregistering dll.. Send any link for that...is available. Wheather registering dll is required in Microsoft windows 2000/XP. thanks and bye Paritosh
I suppose you use vb and not vb.net.. Start you vb IDE - Select ActiveX dll - Write down the functions, you want to expose. Function should be declared as Public if you need to make a call. Select make projectname.dll from file menu. How to register regsvr32 "dllpath\dllname.dll" How to unregister regsvr32 "dllpath\dllname.dll" /u You need to register in w2k or xp, if it is not machine where you have developed it.