Forum: Visual Basic 4 / 5 / 6 Oct 12th, 2007 |
| Replies: 9 Views: 4,429 create a DLL.register
to to command prompt and type
c:>regsvr32 <complete path of DLL>
open your vb project. go to project-refrences- add the DLL from the list
now create a object
dim obj as... |