21Nov/070
The Blog Revisited – 8
Three of the posts in May were related to MS Project, discussing scheduling of tasks and setting deadlines and constraints.
28May/070
Font Enumeration Application
In the previous post in WinAPI series, WinAPI : Enumerating Installed Fonts, EnumFontFamiliesEx function was detailed which allows us to get info on all fonts installed in the system. Let's workout a application on the same.
23May/070
WinAPI : Enumerating Installed Fonts
Now after the last post WinAPI : The Font Object, let's see what all fonts are installed on your system. We would do this with the help of EnumFontFamiliesEx function. Once you have called he function, you receive each of the (matching) font's details vide callback function EnumFontFamExProc.



The Blog Revisited – 7
Databases allow datatypes that can store unicode data, then why was it that while MS-Access successfully stored Unicode data whereas MS-SQL server failed when I first tried. See how to handle Unicode data in Storing Unicode Data in Databases.