It has come to my attention that the sample code I posted from my Outlook session at ODC 2008 does not compile. Well, all I have to say is that it does compile…as long as you have all the components.
The project utilizes a a couple of 3rd Party controls. So before compiling, install the following:
- The Krypton Toolkit from Component Factory. This is a free toolkit and I think it rocks for building compelling UIs for Office Business Applications. In my sample code I use the Krypton Header control.
- The Telerik RadControls for Winform. These controls are not free but you can obtain a trial version. In my sample code, I use the Telerik RadChart control.
Once you install both of these components, the code should be good to go.