Results 1 to 3 of 3

Thread: DllRegisterServer

  1. #1

    Thread Starter
    Member
    Join Date
    Nov 1999
    Location
    Princeton, New Jersey
    Posts
    46

    Post

    How do you register a bunch of DLL's and Scriptlets from a Visual Basic program? These DLL's are not PART of the program, just copied from a source and then need to be registered for another program to work.
    Thanks.

  2. #2
    Guru Clunietp's Avatar
    Join Date
    Oct 1999
    Location
    USA
    Posts
    1,844

  3. #3

    Thread Starter
    Member
    Join Date
    Nov 1999
    Location
    Princeton, New Jersey
    Posts
    46

    Post

    Thanks for the excellent article.

    Now is there anyway to register COM objects DYNAMICALLY without hardcoding their string names and paths into my .EXE file?

    (I want to parse through a directory that contains only Scriptlets and DLL's, put them into some kind of array a register/unregister them on-the-fly without needing to know how many, or what their names are at design-time.)

    Thanks for any thoughts.

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