MS chart control for VC++9

  • Thread starter Thread starter Azed
  • Start date Start date
A

Azed

I am trying to use MSchart control in my Visual C++9, However, the MS chart control in not available in activex list!. I ve downloaded the MS chart control for APS. Net but I couldnt use it with my VC++ programs
Is there any clue
thanks
 
I am trying to use MSchart control in my Visual C++9, However, the MS chart control in not available in activex list!. I ve downloaded the MS chart control for APS. Net but I couldnt use it with my VC++ programs.
Is there any clue?
thanks

I would suggest asking this question in a forum supporting Visual C++. This
forum is for a different program, Microsoft Access.
 
Azed said:
I am trying to use MSchart control in my Visual C++9, However, the MS
chart control in not available in activex list!. I ve downloaded the MS
chart control for APS. Net but I couldnt use it with my VC++ programs.
Is there any clue?
thanks

As John told you, you're in the wrong place.

If your app is .NET (C++/CLI), you want:

microsoft.public.dotnet.languages.vc

If it's ISO standard C++, try:

microsoft.public.vc.language
 
Azed said:
I am trying to use MSchart control in my Visual C++9, However, the MS chart
control in not available in activex list!. I ve downloaded the MS chart
control for APS. Net but I couldnt use it with my VC++ programs.
Is there any clue?
thanks
 
Back
Top