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 […]

No Image

MFC Resizing controls

January 30, 2010 muthu 0

There are times when we need to dynamically resize the controls inside the Windows/Dialogs. This article tries to give a small sample of how to […]