I just installed the latest version of Mono and MonoDevelop.
When I create a new solution under C #, there is no GUI based application.
How to create an application with a graphical interface and buttons, etc.
If you are running Linux or Windows, the project type is called "Gtk Project # 2.0." If you are on a Mac, there is no visual constructor for Gtk #, you will have to manually code it.
you can create a GUI using mono on Mac, follow these steps:
, , , lables,... .., .
WinForms # Visual Studio, , WinForms MonoDevelop.
: http://zetcode.com/tutorials/monowinformstutorial/firststeps/
# (File | New > Solution...) System.Drawing System.Windows.Forms(Project | Edit References...). Form . .
MonoDevelop . , (, MyButton.Click + = HandleMyButtonClick) , "+ =", . .
Mono Cocoa, OS X Mono .
Cocoa #, - Mono, .
Cocoa #, . (IMHO) Monobj, Monodevelop/IB.
Xcode MonoFramework MonoDevelop, iOS!
MonoDevelop ( ) xcode. , , iPhone-, Monodevelop Xcode, MonoDevelop / .. Xcode - Mac OSX iOS...
:
MonoDevelop http://monodevelop.com/
MonoTouch ( CocaoTouch iOS) http://xamarin.com/monotouch
, , - (# Obj-C) http://www.mono-project.com/
MonoDevelop
Source: https://habr.com/ru/post/1739528/More articles:In R: How can I find out if my packages are updated? - functionASP.NET MVC: реализация страницы входа OpenID ala NerdDinner v2 - asp.net-mvcDowntime scrolling? - javascriptWin32 OpenGL Full Screen Minimization Processing - c ++What port address of the router must respond over time in order to live in a crowded message? - pingNeed help using DefaultModelBinder for a nested model - asp.net-mvc-2does the array loop malfunction? C ++ - c ++BigDecimal to_s does not match to_f - ruby-on-railsTell the program what to do when NSUserDefaults persistence data is not saved, iPhone - objective-cВ следующей реализации static_strlen, почему нужны & и скобки вокруг str? - c++All Articles