Home

An experimental ground where code and articles are incubated before putting for public use.

Current Experiments

      • Simple Tree List View (Notes) - C#

        • Code implementation is in progress. Column resizing is not working well.

        • Article writing not yet started.

      • Simple nifty wrapper class for HWND

        • Better wrapping than MFC's CWnd

        • Not all window facilities and methods are offered, but only selected commonly used few.

        • Simple and intuitive window methods similar to .NET FCL (Form).

        • Implementation in progress