Is there a framework for writing GUI editor in C#?
Is there a framework fo开发者_StackOverflow中文版r writing GUI editor in C#? I just want to write an application with a winform which can move,resize image on it. if there's a framework that would be great. some sample code is also ok
Visual Studio has a built in designer for winforms and webforms. Here is an article explaining how to use the designer for winforms.
For WPF, if not using Visual Studio 2010 you can use expression blend studio.
Take a look at mono static for reference.
精彩评论