I am looking tyo write my first .Net application, coming from a *nix background.
My application will have dockable/floating panels and I am looking for a sample application to get me started. In an ideal world, I would like to develop using monodevelop, but the *nix GUI tools are atrocious, so it looks like I’ll have to settle for VisualStudio (and thus possibly limit the app to Windows).
The sample app may be written in either C# or VB.Net (I am familiar with both languages).
I will be grateful for any links that point me in the right direction in devloping the GUI for such an application.
Please use the below link for a demonstration:
http://avalondock.codeplex.com/
You may have to look at using WPF for this if you want to be as effective as possible. Also, in the right envrionments you can compile both windows and windows mobile.
http://www.icsharpcode.net/OpenSource/SD/
Was programmed using this and it has the relevant panels and documentation. Please try this and refer back to me if you can’t use WPF 🙂