Results 1 to 4 of 4

Thread: registering dll at runtime in VB

  1. #1

    Thread Starter
    New Member
    Join Date
    Apr 2005
    Posts
    3

    registering dll at runtime in VB

    Hi ,

    How to bound or register a DLL during runtime in VB?


    regds
    hari.

  2. #2
    Fanatic Member namrekka's Avatar
    Join Date
    Feb 2005
    Location
    Netherlands
    Posts
    639

    Re: registering dll at runtime in VB


  3. #3
    PowerPoster
    Join Date
    Feb 2006
    Location
    East of NYC, USA
    Posts
    5,691

    Re: registering dll at runtime in VB

    It should be getting registered at install time, not run time.
    The most difficult part of developing a program is understanding the problem.
    The second most difficult part is deciding how you're going to solve the problem.
    Actually writing the program (translating your solution into some computer language) is the easiest part.

    Please indent your code and use [HIGHLIGHT="VB"] [/HIGHLIGHT] tags around it to make it easier to read.

    Please Help Us To Save Ana

  4. #4
    Fanatic Member namrekka's Avatar
    Join Date
    Feb 2005
    Location
    Netherlands
    Posts
    639

    Re: registering dll at runtime in VB

    Hmm..
    With the link I provided and the register class you can register ActiveX.dll's at runtime. It enables then the possibility to use ActiveX.dll’s as plugins.

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