how do i add an GUI to my C# program | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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#?

9th Jul 2017, 9:12 PM
Chase
2 Answers
+ 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).
9th Jul 2017, 9:20 PM
lion
lion - avatar
+ 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/
10th Jul 2017, 6:08 AM
sneeze
sneeze - avatar