Visual C++

List of Articles in Visual C++

How to write small window gui application using MFC

Creating the pure MFC hand held code on how to create a simple windowRead more..
By: shine   |    On:  2/22/2011 11:19:04 AM   |    Article

Converting Colors to Gray Shades

This article discusses how you can display the page in print preview as grayscale if the printer is black-and-white. It discusses first how you can convert colors to grayscale. After that is discusses how to detect whether you are in print preview or not and whether the current printer is color or black-and-white printer. Let's go!Read more..
By: Geming Leader   |    On:  9/2/2010 12:06:14 PM   |    Article

Simulating CWinApp::OnIdle in C

MFC allows you to override CWinApp::OnIdle function to perform idle-time processing.This function is called whenever there are no messages are waiting for processing in the message queue.Read more..
By: Geming Leader   |    On:  9/2/2010 12:38:19 PM   |    Article
^ Scroll to Top