CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Apr 2001
    Posts
    29

    Need to register a DLL

    I need to register a DLL, how is this done?


  2. #2
    Join Date
    May 2000
    Location
    New York, NY, USA
    Posts
    2,878

    Re: Need to register a DLL

    GO TO START->RUN
    Type Regsvr32.exe YourDllPath

    Iouri Boutchkine
    [email protected]
    Iouri Boutchkine
    [email protected]

  3. #3
    Join Date
    Apr 2000
    Location
    South Carolina,USA
    Posts
    2,210

    Re: Need to register a DLL

    From Windows Start/Run dialog

    REGSVR32 "C:\My Path\My filename"

    From VB use the Shell statement to do the same
    To get a listing of parameters just type in
    REGSVR32 on the Run Dialog.

    John G

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

Featured