
This is yet another Outlook Bar implementation. While Carlos H. Perez has written an excellent implementation in C# (see http://www.codeproject.com/cs/miscctrl/OutlookBar.asp), I wanted an implementation that wasn't heavily dependent upon gdi32, user32, and comctl32 DLL's, and wasn't deeply entwined in someone's framework. Ironic, isn't it! Because I need an implementation that is better suited for the Application Automation Layer (AAL) framework, and Carlos' implementation, while very thorough, isn't well suited for the AAL vision of things.
|