VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Self Register

by Nuz (1 Submission)
Category: Complete Applications
Compatability: Visual Basic 5.0
Difficulty: Advanced
Date Added: Wed 3rd February 2021
Rating: (3 Votes)

Register or UnRegister all your com server's (OCX / Dll) in the same directory. Without regsvr32.exe

Assumes
Nothing :)
API Declarations
Declare Function FreeLibrary Lib "kernel32" (ByVal hLibModule As Long) As Long
Declare Function LoadLibrary Lib "kernel32" Alias "LoadLibraryA" (ByVal lpLibFileName As String) As Long
Declare Function GetProcAddress Lib "kernel32" (ByVal hModule As Long, ByVal lpProcName As String) As Long
Declare Function CallWindowProc Lib "user32" Alias "CallWindowProcA" (ByVal lpPrevWndFunc As Long, ByVal hWnd As Long, ByVal Msg As Any, ByVal wParam As Any, ByVal lParam As Any) As Long

Rate Self Register

Download Self Register

Download Self Register (12 KB)

Self Register Comments

No comments have been posted about Self Register. Why not be the first to post a comment about Self Register.

Post your comment

Subject:
Message:
0/1000 characters