No Image

Understanding Unicode

February 14, 2010 muthu 0

The computers understand everything by numbers. Each character is represented as a number, which is finally drawn as a character in the screens.It has been […]

No Image

Internet Relay Chat

January 30, 2010 muthu 0

   This article gives a brief idea about the popular Internet Relay Chat. We’ll be looking at how to write an IRC client with our […]

No Image

MFC General Owner Draw issues

January 30, 2010 muthu 0

When writing code for owner-draw combo boxes try to keep these guidelines: Use SetItemData because it easy to get it with the DRAWITEMSTRUCT without making […]