开发者

Is there a framework for writing GUI editor in C#?

开发者 https://www.devze.com 2023-01-30 17:36 出处:网络
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.

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消