+ 1
How i can use the textbox and buttons in C#?
i need some books about of C# graphics
2 Answers
+ 3
Google
1. Head First C# by Andrew Stellman & Jennifer Greene
2. Microsoft Visual C# Step by Step by John Sharp
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"/>