No Image

Unicode Programming in MFC

January 29, 2010 muthu 0

Unicode characters are invented to accommodate additional international characters  part from English. Earlier characters were represented in ASCII formats with each character occupying 1 byte of memory. But […]

No Image

User Event in MFC

January 29, 2010 muthu 0

   There are instances when some application errors occur in our program, it will be best to raise a generic message. This might send an […]