How can I use the NavigationModule for the Outlook 2007 navigation bar? I would like to do it via API, but other solutions are good too.
It is not possible to do this through OOM, you really only have form regions which I think may not fit the bill.
This can be done using the Subclassing and Hooking resize events at the win api level.