VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

Api call that will register your dll files into the registry from VB. No other programs required. J

Jessy Butzke  (11 Submissions)   OLE/COM/DCOM/Active-X   VB 6.0   Unknown Difficulty   Fri 19th January 2001   Mon 8th February 2021

Api call that will register your dll files into the registry from VB. No other programs required. Just a simple line of code and 1 small Api

API Declarations


Dim strFileName As String
strFileName$ = "c:\Test.dll"
Call DLLSelfRegister(strFileName$)
End Sub

Rate Api call that will register your dll files into the registry from VB. No other programs required. J (2(2 Vote))
Api call that will register your dll files into the registry from VB. No other programs required. J.bas

Api call that will register your dll files into the registry from VB. No other programs required. J Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters