Results 1 to 4 of 4

Thread: Very generally about controls...

  1. #1

    Thread Starter
    Hyperactive Member Jareware's Avatar
    Join Date
    Nov 2000
    Location
    Silicon Valley, CA
    Posts
    275

    Question

    In visual basic there is the toolbar or something that contains all the controls (like buttons and stuff), so when I click to the components window and select some special controls, do I need to do something differently (like copy a dll with) when I compile and distribute my program?


    -JR-

  2. #2
    _______ HeSaidJoe's Avatar
    Join Date
    Jun 1999
    Location
    Canada
    Posts
    3,946

    <?>

    If you select a control from components, there is nothing to do for your compile...a complile does it's own thing. When you make a distributation application using the VB Package and Deployment feature it should include all dll(s) that you need for any control you add. If you just make and exe then you may need to copy the dll(s) to the pc you want to run your exe on as the exe does not carry the ocx and dll files with it.
    "A myth is not the succession of individual images,
    but an integerated meaningful entity,
    reflecting a distinct aspect of the real world."

    ___ Adolf Jensen

  3. #3
    Frenzied Member Vlatko's Avatar
    Join Date
    Aug 2000
    Location
    Skopje, Macedonia
    Posts
    1,409
    Yes you will need to distribute the corresponding ActiveX control i.e. a file with *.ocx extension
    I am become death, the destroyer of worlds.
    mail:[email protected]

    • Visual Basic 6.0 & .NET
    • Visual C++ 6.0 & .NET
    • ASP
    • LISP
    • PROLOG
    • C
    • Pascal

  4. #4

    Thread Starter
    Hyperactive Member Jareware's Avatar
    Join Date
    Nov 2000
    Location
    Silicon Valley, CA
    Posts
    275
    Thanks but where do I find these files?

    -JR-

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