Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Creating a UI Designer

I'd like to create a UI designer using Silverlight, WPF, or WinForms for a custom system. What's the best way to go around this?

What namespaces, sdks, etc should I be aware of?

like image 951
Jeremy Edwards Avatar asked Dec 13 '10 03:12

Jeremy Edwards


1 Answers

I suggest you check out sharpdevelop http://www.icsharpcode.net/opensource/sd/ It already has an open source implementation of gui designers (for winforms and wpf at least).

like image 189
basarat Avatar answered Sep 22 '22 10:09

basarat