Results 1 to 2 of 2

Thread: VB6 Components

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Jan 2005
    Posts
    1,069

    Resolved VB6 Components

    Hi
    Do you guys know where i can find what different component(the list of which i can bring up by hitting ctrl+t) in VB do.
    does the inclusion of each component include an active X control in the project.

    i am looking for the properties of these activex controls
    Microsoft Chart Control 6.0 (SP3) (OLEDB)
    Microsoft Common Control 6.0
    Microsoft Common Dialog Control 6.0 (SP3)
    Microsoft FlexGrid Control 6.0 (SP3)
    Microsoft Internet Controls
    Microsoft Tabbed Dialog Control 6.0 (SP4)
    Microsoft Common Controls 5.0 (SP2)
    Microsoft Common Controls 6.0 (SP6)
    Microsoft Common Controls-2 6.0 (SP4)
    Microsoft Common Controls-3 6.0
    VB6 Application Wizard


    also can you guys tell me how i can add new controls to the list of controls in VB?
    in particular
    Acrobat Control for Active X
    MapInfo Mapx V5

    inparticyl
    Last edited by vb_student; Jan 15th, 2005 at 08:51 PM.

  2. #2
    Super Moderator si_the_geek's Avatar
    Join Date
    Jul 2002
    Location
    Bristol, UK
    Posts
    41,974

    Re: VB6 Components

    Quote Originally Posted by vb_student
    Hi
    Do you guys know where i can find what different component(the list of which i can bring up by hitting ctrl+t) in VB do.
    It depends which components, some of them (such as the ones you listed)
    are included in the MSDN Library (VB Help), and have help/examples.

    There are many others which have no information at all, which you'll just have to add to a project to see what they do.

    does the inclusion of each component include an active X control in the project.
    normally yes ("Common Controls" add multiple controls).

    also can you guys tell me how i can add new controls to the list of controls in VB?
    in particular
    Acrobat Control for Active X
    MapInfo Mapx V5
    you first need to install them on your machine (which may be done already with another program, such as Acrobat), then in the components list click the "Browse" button and select the file.

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