+ 1
How to write an visual programming c# code for numeric updown ?
8 Respostas
+ 2
Winforms or wpf ?
+ 1
Windows form
+ 1
Oh i should have first asked for windows or in wpf !
+ 1
Ghoufran Salameh
windows
winforms
and
wpf
Are three different things.
Windows is a operating system.
Winforms application and WPF (windows presentation foundation) are software application, that you can write in visual studio.
If you write a winforms application.
The UI is build by dragging UI components from a toolbar to you form.
If you write a WPF application. You can drag UI components form a toolbar, but also the UI is described in xaml (some sort of xml).
0
Yes plz help us , i need this code .
How to write it ??
0
The link Abhay gives is good.
0
Windows