CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jul 2002
    Posts
    11

    Lightbulb read from file and graphic display

    Hi,

    I have to write a program that reads data from a file and constructs a histogram. I managed to make my code for reading the data, but I cannot get my head around how to display it. I am trying to use OnPaint() method.

    Pls help!(((

  2. #2
    Join Date
    Jul 2000
    Posts
    133
    You posted your problem on a wrong sit. You may get some help if you post your problem to Visual C++ sit

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