+ 1
C# Designing programs
I want to use the stuff I know with C# and try to design a program that doesn't just use the console app. I program in visual studio, so how do I make a program that I can actually design?
2 ответов
+ 1
use visual studio to make a windows forms application or a wpf application.
Start with "Hello world" and go from there.
Watch youtube to see how other people already solved the problem you are facing. Ask question in this forum.
+ 1
Check out https://m.youtube.com/watch?v=G49hj6Us0xo&feature=youtu.be
I think that video is what you are looking for. It's just a descriptive intro to making forms/apps but creativity in it is endless :)