Results 1 to 10 of 10

Thread: VB Snippet - Register / unRegister dll/ocx thru Code

Threaded View

  1. #10
    Hyperactive Member phrozeman's Avatar
    Join Date
    Apr 2000
    Location
    Netherlands
    Posts
    442
    i use this class to register DLL/OCX

    no regsvr32 required!!!

    Usage
    VB Code:
    1. Dim reg As RegService.clsRegDLL
    2.  
    3. Private Sub Command1_Click()
    4. Dim menum As Status
    5. Set reg = New RegService.clsRegDLL
    6. If reg.RegisterComponent(Trim$(Text1.Text), DllRegisterServer) = 5 Then MsgBox "Successfull!"
    7. End Sub
    Attached Files Attached Files
    There's a certain mystique when I speak, that you notice that it's sorta unique, cause you know it's me

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width