CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: plac88

Search: Search took 0.03 seconds.

  1. Thread: C++ MFC MSChart

    by plac88
    Replies
    16
    Views
    15,296

    Re: C++ MFC MSChart

    Did you make the wrapper for the class?

    Try to use:

    #import <msdatsrc.tlb> no_namespace
    #import <mschrt20.ocx> no_namespace

    Then make a member variable for the chart, via Resources Dialog...
  2. Thread: C++ MFC MSChart

    by plac88
    Replies
    16
    Views
    15,296

    Re: C++ MFC MSChart

    Hi, you mean multiple charts or multiple lines on one chart?

    if you're talking about multiple lines, thats simple, here's an example of multiple lines (2) in one chart:



    ...
  3. Replies
    22
    Views
    8,492

    Re: draw method of activex

    Well, if you're saying.

    I'm shallow at mfc development, just posting what works out for my problem.

    But anyway thanks for the correction! i'll try not to misguide people (unwittingly) again,...
  4. Replies
    22
    Views
    8,492

    Re: draw method of activex

    Hello,

    After few days researching i've found out the solution.

    The ActiveXCtrl must be a Control Container, this setting resolve the problem:

    Put AfxEnableControlContainer() right before...
  5. Replies
    22
    Views
    8,492

    Re: draw method of activex

    Hi,

    I'm trying to do the same thing demonstrated by the article:



    But keep getting errors, i'm using vs2010, my project is identical as the one posted here, did you guys figured out what...
Results 1 to 5 of 5





Click Here to Expand Forum to Full Width

Featured