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

Search:

Type: Posts; User: JonnyPoet

Search: Search took 0.34 seconds.

  1. Replies
    11
    Views
    8,407

    Re: Add graph to form

    public FormStatistics()
    {
    InitializeComponent();
    InitializeGraph();
    }

    protected void InitializeGraph()
    {
    LoadAllData();
    ...
  2. Replies
    11
    Views
    8,407

    Re: Add graph to form

    If you dont override the existing OnPaint method it will not work !
  3. Replies
    11
    Views
    8,407

    Re: Add graph to form

    The whole code you show is a bit strange. Its somehow if you want to drive a car without having a car, but something you think it is a car. No your Form cannot be visible as its size is not fixed and...
Results 1 to 3 of 3





Click Here to Expand Forum to Full Width

Featured