CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Dec 2002
    Posts
    12

    Question adding activex in console application

    Hello all,

    I'm very new to c# and need some help.

    How do I add an ActiveX to a console application.

    Any help, samples will be graitfull.

  2. #2
    Join Date
    Aug 2000
    Posts
    48

    Smile

    For forms, do the following:

    1) Go to your toolbox, and click "Components".
    2) Right-click anywhere inside the component area and select "Customize Toolbox..".
    3) The click the ".NET Framework" tab.

    ( You should now see a list of installed components)

    4) Toggle the checkbox to make a registered component active, or use the Browse button to find a non-registered component file.
    5) Click OK, your checked component should now display in the components list. Just drag it to your form.

    Hope that helps,

    - Adrian


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

Featured