VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



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

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

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




Download this snippet    Add to My Saved Code

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

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.

Post your comment

Subject:
Message:
0/1000 characters