User Interface Creation

I would like to create a user interface constructor using Silverlight, WPF or WinForms for the user system. What is the best way to get around this?

What namespaces, sdks, etc. I need to know?

+5
source share
2 answers

I am also working on a similar project, and we used the canvas as the surface of the designer; how this is done in this CodeProject article -

WPF Chart Designer - Part 4 http://www.codeproject.com/KB/WPF/WPFDiagramDesigner_Part4.aspx

Another project based on this can be found in codeplex -

http://simulo.codeplex.com/

- .Net DesignSurface, , -

UI Designer?

, ​​ -

http://www.codeproject.com/KB/miscctrl/DesignSurfaceManager_Ext.aspx

, , Visual Studio Shell (VS 2010), , .

+4

sharpdevelop http://www.icsharpcode.net/opensource/sd/ gui ( winforms wpf).

+5

All Articles