The Blog Revisited – 5
By now I had jumped into using WinAPI function to the level I never imagined that I would get into... I always had some queries as how not to make rectangle forms etc that always got answer that can only happen on C++... was it totally true... NO that's what I realized when dug into MSDN library and the answer was manipulating Device Context, the virtual device that we always write on to in Windows. For starting on it see WinAPI : Starting with Device Context
The Blog Revisited – 2
MSXML component provides you with everything that you need to read,parse or write an XML file However when you write an XML file the file contains no indentation etc to make it readable. While working on code to introduce indents in an XML file I wrote a general component to do it easily which is described in Easy way to writing XML.


