Click to See Complete Forum and Search --> : adding activex in console application


Davi
March 26th, 2003, 09:51 AM
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.

AMON
March 26th, 2003, 11:47 AM
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

:D :D :D :)