0

what should i do for learning Windows Form application and not in console form?

what are differences between application types(console vs windows form? i mean if i want to learn windows form i should learn its commands?

16th Jun 2017, 10:37 AM
amin
amin - avatar
2 Answers
+ 4
If you want design user interfaces and forms, you just need to choose Windows form application in visual studio among other projects type. in Windows form application, many form controls are predefined and using them is easy. otherwise you need to use their library and implement them manualy in console project. for learning controls and forms, just Google for controls. you can start with Button control for instance ;)
16th Jun 2017, 4:15 PM
Saeede
Saeede - avatar
0
Download visual studio community version. Create a new project. Choose "windows forms application" from the options that are given.
16th Jun 2017, 10:53 AM
sneeze
sneeze - avatar