Thread: Bitmap Printing In Console C++

  1. #1
    Registered User
    Join Date
    Feb 2003
    Posts
    23

    Bitmap Printing In Console C++

    Is there any way in console c++ program to send a bitmap from and external file directly to be printed by the default printer.

  2. #2
    Registered User Codeplug's Avatar
    Join Date
    Mar 2003
    Posts
    4,981
    You will have to use the Win32 API.
    Read this and this.

    gg

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Moving the Console Cursor & Printing In Color
    By Adak in forum C Programming
    Replies: 0
    Last Post: 03-09-2009, 11:31 AM
  2. Printing on the console
    By balu14u in forum C Programming
    Replies: 3
    Last Post: 04-02-2005, 11:40 PM
  3. OpenGL -- Bitmaps
    By HQSneaker in forum Game Programming
    Replies: 14
    Last Post: 09-06-2004, 04:04 PM
  4. Printing in Linux console (Epson LQ-300+)
    By zahid in forum Linux Programming
    Replies: 0
    Last Post: 02-17-2003, 11:13 PM
  5. Printing In Console C++
    By LostNotFound in forum C++ Programming
    Replies: 1
    Last Post: 02-15-2003, 05:46 PM