为winforms创建单声道C#.Net [英] To create mono for winforms C#.Net

查看:92
本文介绍了为winforms创建单声道C#.Net的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何创建像winforms这样的mono

How to create mono like winforms

推荐答案


你用过谷歌吗?那里有很多免费的示例和教程.这是一个非常好的:
http://www.mono-project.com/Monkeyguide [
Hi,
have you used google? There are lots of free examples and tutorials ouut there. Here is one very good:
http://www.mono-project.com/Monkeyguide[^]


如果您对此感兴趣:您似乎很熟悉在Windows上基于System.Windows.Forms的开发中,您可以使用至少三种不同的方式:

If this may interest you: it looks like you''re familiar with System.Windows.Forms based development on Windows, you can use at least three different ways:


  1. 在Windows上开发.NET程序集(使用Forms应用程序),并在Mono上使用它,而无需重新编译.如果您以兼容的方式进行开发,它们将在Mono上运行.在撰写本文时,您可以针对Framework版本2.0、3.0和3.5(而不是4.0)定位程序集.
  2. 在Windows上进行所有开发(或部分开发),但在Mono上进行构建.
  3. 在Mono上进行全面开发.您可以使用MonoDevelop( http://en.wikipedia.org/wiki/MonoDevelop [

  1. Develop your .NET assemblies (with Forms applications) on Windows and use it on Mono without re-compilation. If you develop in compatible manner, they will run on Mono. At the moment of writing, you could target assemblies for Framework versions 2.0, 3.0 and 3.5 (but not 4.0).
  2. Do all development (or part of it) on Windows, but build it on Mono.
  3. Develop fully on Mono. You can use MonoDevelop (http://en.wikipedia.org/wiki/MonoDevelop[^]), but at the moment I don''t know a visual Designer for Forms. Developing Forms application without Designer is quite possible.



—SA



—SA


这篇关于为winforms创建单声道C#.Net的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆