Can someone please help me to install MSChart controller into VB.Net

S

Saad Alghamdi

I have been using MSchart controller for long time that I'm very
familiar with and it would be very hard for me to switch to another
graphical controller.

However, I have read many comments saying it is possible to install the
MSChart controller that comes with VB6 into the VB.Net. I would
appreciate it if someone can help me step-by-step to install the
controller.

Thanks.
Saad
 
J

Jan Tielens

1) Start or open a new Windows.Forms app.
2) Make sure you've openend a Form.
3) Right click on the toolbox, choose Add/Remove items...
4) Select the COM Components tab
5) Select the Microsoft Chart Control
6) Click OK
7) Now you can drag and drop the control on your form.

--
Greetz

Jan Tielens
________________________________
Read my weblog: http://weblogs.asp.net/jan
 
S

Saad Alghamdi

Thanks Jan, it worked fine with the win app form.

However, I'm still struggling with the the ASP.Net web application, it
seems the same method not working fine with the webform.aspx. Is there a
way I can solve this problem. Thanks.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top