Building application wizards or applications like DevStudio
-
-
I would like to find a starting point to write a .NET application that looks like Develeoper Studio itself. Dockable Windows for stdout,stderr, tree views, ribbon bars etc. Is there such? Preferably something in WPF, describable in XAML. -- Christoph
Krischu wrote:
Is there such? Preferably something in WPF
Yes, Visual Studio 2010 ;P
I know the language. I've read a book. - _Madmatt
-
I would like to find a starting point to write a .NET application that looks like Develeoper Studio itself. Dockable Windows for stdout,stderr, tree views, ribbon bars etc. Is there such? Preferably something in WPF, describable in XAML. -- Christoph
To create an app with dockable windows and ribbons you will need a good controls suite with those tools, available from companies such as divelements[^], Infragistics[^], dotnetmagic[^]. And no doubt many more can be found via google[^].
If you have knowledge, let others light their candles at it. Margaret Fuller (1810 - 1850) www.JacksonSoft.co.uk
-
I would like to find a starting point to write a .NET application that looks like Develeoper Studio itself. Dockable Windows for stdout,stderr, tree views, ribbon bars etc. Is there such? Preferably something in WPF, describable in XAML. -- Christoph