by Jessy Butzke (11 Submissions)
Category: OLE/COM/DCOM/Active-X
Compatability: VB 6.0
Difficulty: Unknown Difficulty
Originally Published: Fri 19th January 2001
Date Added: Mon 8th February 2021
Rating:
(1 Votes)
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
No comments have been posted about Api call that will register your dll files into the registry from VB. No other programs required. J. Why not be the first to post a comment about Api call that will register your dll files into the registry from VB. No other programs required. J.