Thread: Paint Program Example Source Code??

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #2
    train spotter
    Join Date
    Aug 2001
    Location
    near a computer
    Posts
    3,868
    Look at GDI+ for images.

    LoadImage() will load a bitmap from file or out of your resources (.rc file)

    Try a search here for 'screen capture' for code to capture and save a bitmap.

    All my code is in MFC, as it is easy to use, safe and has a very short development time compared to WIN32.
    Give WIN32 a few years and you will understand why I use MFC.....
    Last edited by novacain; 11-05-2007 at 08:16 PM.
    "Man alone suffers so excruciatingly in the world that he was compelled to invent laughter."
    Friedrich Nietzsche

    "I spent a lot of my money on booze, birds and fast cars......the rest I squandered."
    George Best

    "If you are going through hell....keep going."
    Winston Churchill

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Client-server system with input from separate program
    By robot-ic in forum Networking/Device Communication
    Replies: 3
    Last Post: 01-16-2009, 03:30 PM
  2. Source Code now available
    By Ash1981 in forum C Programming
    Replies: 0
    Last Post: 02-01-2006, 07:52 AM
  3. large program code ,please help
    By Ash1981 in forum C Programming
    Replies: 14
    Last Post: 01-30-2006, 06:16 AM
  4. Search for patterns in source code
    By MiamiCuse in forum A Brief History of Cprogramming.com
    Replies: 3
    Last Post: 10-23-2005, 11:28 PM
  5. fopen();
    By GanglyLamb in forum C Programming
    Replies: 8
    Last Post: 11-03-2002, 12:39 PM