CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3

Hybrid View

  1. #1
    Join Date
    Apr 2002
    Location
    Michigan, USA
    Posts
    869

    [RESOLVED] Chart Controls Visual Studio 2013

    About 10 years ago I wrote a program that used Chart FX 5.1 C++ in Visual Studio 6.0 C++ to create a scatter plot in a dialog. The OS was windows XP.

    Many years later I haven't used Visual Studio in a looonggg time and I need to update the program so I can run it under Windows 7.0. I start up Visual Studio 2013 and try to import the project and find that the old chart controls do not working anymore. Windows won't even let me register the activex controls with regsvr32.exe.

    I find no Active-X chart control in the toolbox to drop into the dialog so I can easily replace the Chart FX control.

    The question is where can I find a Chart control that will work in a dialog?

    I'm looking for the easiest way to do this so please don't suggest something like using new reflex active debargerized server pages or any other technology that requires me to reinvent the wheel.

    Thanks, Tom
    Verere testudinem! (Fear the turtle)

    Once you can accept the universe as matter expanding into nothing that is something, wearing stripes with plaid comes easy. -Albert Einstein

    Robots are trying to steal my luggage.

  2. #2
    Join Date
    May 2007
    Posts
    811

    Re: Chart Controls Visual Studio 2013

    Have you tried Chart FX web site to see if they have updated version? https://www.softwarefx.com/chartfx/

  3. #3
    Join Date
    Apr 2002
    Location
    Michigan, USA
    Posts
    869

    Re: Chart Controls Visual Studio 2013

    Yes, I looked at it but for various reasons it doesn't do what I need (don't think I could get present management to buy it for me) and I couldn't get the demo version to work for me. I found a replacement on CodeProject. It doesn't do everything the old one does but it will just do the job.

    Thanks, Tom
    Verere testudinem! (Fear the turtle)

    Once you can accept the universe as matter expanding into nothing that is something, wearing stripes with plaid comes easy. -Albert Einstein

    Robots are trying to steal my luggage.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured