Can I add a button to my status bar?
A while back, I found some code to add a progress bar to a status bar (I wanted it to look similar to the IE browser status bar). This progress bar (actually a custom StatusBarPanel) in the status bar was going to be my way of allowing the user to track how far along in a 'process' the app was. Now, I'd like to add a button (for cancelling) to the right of that progress bar.
If someone could at least give me an idea or example of how to generally add a command button to the status bar, I'm sure I can figure out how to make it fit in with my customized status bar.
Any help is much appreciated!