0
how do i add an GUI to my C# program
I do some python coding and it's super simple in python with tkinter. is there anything similar in C#?
3 Respuestas
+ 2
I use SharpDevelop. When you start a New project you select Windows form. I think it's similar in Visual Studio (express used to be free, now I haven't used that since 2010).
+ 1
Visual studio 2017 community version is still free!!. You can use winforms to make a ui or wpf. With wpf you can define you ui with xaml.
https://www.visualstudio.com/downloads/