Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

+C#+ActiveX

Status
Not open for further replies.

Bartec

Programmer
Jan 21, 2005
54
PL
Hi!
Is it possible to insert activeX control when I have C# windows application project in .NET??
If yes, please write me how I can do this.

Thanks for your response

Best regards

Bartec
 
Bartec,

One way is to
- open your toolbox (by default the slide-out toolbar on the left side)
- open the components tab
- right click the empty area, select "Add/Remove items"
- in the dialog chose COM Components
- Add what you need to your toolbox and drag it from there into your form.

Volker/
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top