1001
Developer's Corner / Re: A plugin based information bar in Windows
« Last post by fenixproductions on October 29, 2008, 03:20 PM »2jake78
What about skipping toolstrip control for panel instead? Did you consider such possibility?
With panel and good written API it could be even more flexible. Like in some of the messy examples I sent you: developers could code their own controls and your bar would manage them (without toolstrip magic). It would be easier to put there almost everything (starting with some resource monitoring graphs, through pop-up menu buttons, ending with music players, simple DX games or Flash animations embedded inside WebBrowser
). Only available RAM could stop imagination.
Bah! There are so many CodeProject tutorials and examples that even I could move my 4 letters and write few plugins...
@fenixproductions:
- I was considering custom alignment when building the plugins, but I thought it might be too many settings for the casual user. I might setup an advanced mode of some sort. I'll add it to my list as well. (keep in mind that alignment is limited to what the normal .NET toolstrip can do, which is left or right aligned.) Re-ordering of the plugins is possible in the plugin manager.-jake78 (October 29, 2008, 03:29 AM)
What about skipping toolstrip control for panel instead? Did you consider such possibility?
With panel and good written API it could be even more flexible. Like in some of the messy examples I sent you: developers could code their own controls and your bar would manage them (without toolstrip magic). It would be easier to put there almost everything (starting with some resource monitoring graphs, through pop-up menu buttons, ending with music players, simple DX games or Flash animations embedded inside WebBrowser

Bah! There are so many CodeProject tutorials and examples that even I could move my 4 letters and write few plugins...