Thread: Drawing Help

  1. #1
    Registered User
    Join Date
    Sep 2001
    Posts
    20

    Question Drawing Help

    I'm doing a program that generate some values(numbers), and I want to plot those numbers. I'm trying to find a tutorial on: How to draw in MFC?


    Thanks

  2. #2
    Registered User
    Join Date
    Sep 2001
    Posts
    156
    Take a look in the MFC class library Samples Index

    http://msdn.microsoft.com/library/de...ples_index.asp

  3. #3
    Former Member
    Join Date
    Oct 2001
    Posts
    955
    if you want to self-learn, try reading some MSDN articles @ msdn.microsoft.com , and experiment with different GDI functions, such as Line, BitBlt, PlgBlt....

    Oskilian

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Drawing HBITMAP into CWnd, Acquired from "screenshot"
    By DeusAduro in forum Windows Programming
    Replies: 6
    Last Post: 07-02-2009, 03:41 PM
  2. Slow drawing code
    By tjpanda in forum Windows Programming
    Replies: 5
    Last Post: 05-09-2008, 05:09 PM
  3. Line Drawing Algorithm
    By Axpen in forum Game Programming
    Replies: 15
    Last Post: 08-01-2005, 06:30 PM
  4. How to do double buffing with win32 drawing?
    By Josh Kasten in forum Windows Programming
    Replies: 2
    Last Post: 03-27-2004, 12:02 AM
  5. drawing minimaps and radar screens.
    By Eber Kain in forum Game Programming
    Replies: 4
    Last Post: 03-08-2002, 11:44 AM