Results 1 to 3 of 3

Thread: Basic ActiveX control questions

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Jul 2000
    Location
    Boulder, Colorado
    Posts
    22

    Question

    Members,

    What is the best way to distribute ActiveX controls?
    Which files do I need to distribute? Does the control
    need to be registered on the user's computer, and if
    so, how do I register it? Can the P&D Wizard handle that for me?

    Thanks,
    Charles Rohner
    C-Dog

  2. #2
    Member
    Join Date
    Jan 2001
    Location
    Washington, USA
    Posts
    61
    What is the best way to distribute ActiveX controls?
    Which files do I need to distribute? Does the control
    need to be registered on the user's computer, and if
    so, how do I register it? Can the P&D Wizard handle that for me?

    Do you wish to distribute the control by itself, or use it in a program you have, and then distribute the program with the control with it?
    If you wish to distribute it with a program, then the P and D wizard will automatically do it for you when you package a program that references it.
    If you wish to distribute it by itself, I'm not sure. I think the P and D wizard will perform this step. The drawback is that if it is a control created in VB, then it will automatically include the VB runtime dll, which is over 3 megs big.
    If the ActiveX control references other controls that are not part of the VB runtime, then those other controls will automatically be included with your distribution file.
    Ex: an ActiveX control that has a Common dialog box in it will need to reference the common dialog box ocx. as part of its distribution.

    Samwise Galenorn
    [email protected]

  3. #3
    New Member
    Join Date
    Jan 2001
    Posts
    2
    you just have to copy the ocx file into the person's system dir if it's part of a program. the help file concerning the activeX typically tells you what files, you can just put your program on a clean system as see what files it says are
    missing...
    I've never used the P & D wizard so I have no clue about it.

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