Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Load picture in win32 console?

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
0
0
Hi,
I was wondering if there is a code to laod a bitmap of
picture file in win32 console. API perhaps? If it can be done, can you please give a sample code so I can underdtand. Thakx.
 
Hi Cantalope

My only question is why on earth would you want to do this??? Console apps are specifically designed for quick output of text-only data. If you want to display a bitmap, create a Windows window or MFC window and display it in that. Phil
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top