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

  • Thread starter Thread starter Saad Alghamdi
  • Start date Start date
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
 
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
 
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.
 
Back
Top