Results 1 to 2 of 2

Thread: Convert VB project into a DLL

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Apr 2001
    Location
    N42 29.340 W71 53.215
    Posts
    422

    Question Convert VB project into a DLL

    I have a regular VB project that presents a form to the user to allow drilling down into a DB and selection of a single item, a user ID.

    The project current has several forms, a class and a module.

    Can I make this whole thing into a DLL so I can reuse it easily from other VB programs?

    I need to interact with the user while digging into the DB,
    but, when done, can close it and just return a single string.

    Thanks, DaveBo

  2. #2
    Hyperactive Member Dmitri K's Avatar
    Join Date
    Sep 2002
    Location
    West Palm Beach, FL
    Posts
    444
    WIth multiple forms it might be easier to use ActiveX control instead of activex dll.

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