How i can use the textbox and buttons in C#? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How i can use the textbox and buttons in C#?

i need some books about of C# graphics

5th Mar 2017, 7:07 PM
Manuel jimenez
Manuel jimenez - avatar
2 Answers
+ 3
Google 1. Head First C# by Andrew Stellman & Jennifer Greene 2. Microsoft Visual C# Step by Step by John Sharp
14th Mar 2017, 11:13 PM
ODUKOYA JESUSEYITAN
ODUKOYA JESUSEYITAN - avatar
0
WPF (Windows Presentation Foundation) is the best environment to learn first. You simply create your controls and use them using their x:Name tag defined in XAML. For instance: <Button x:Name="myButton" Content="SoloLearn"/>
27th Mar 2017, 6:11 PM
Arian Mozafari
Arian Mozafari - avatar