C
C#β€’13mo ago
Dane

❔ WPF Application

How hard is it to convert my console program into a WPF application. Ive never done any UI stuff before, always just used console
6 Replies
HimmDawg
HimmDawgβ€’13mo ago
Depends on how big your console app is and how much you want to visualize. Learning wpf is a steep learning curve $wpf
MODiX
MODiXβ€’13mo ago
WPF is the DirectX and XAML powered, Windows-only desktop GUI framework. You should prefer to use this over Windows Forms where you can. Hello World in WPF: https://docs.microsoft.com/en-us/visualstudio/get-started/csharp/tutorial-wpf
HimmDawg
HimmDawgβ€’13mo ago
This should get you started πŸ™‚
Dane
Daneβ€’13mo ago
Thanks. I am required to use WPF so thats why I didnt do windows form. Ill check out the site you linked thanks
Unknown User
Unknown Userβ€’13mo ago
Message Not Public
Sign In & Join Server To View
Accord
Accordβ€’13mo ago
Was this issue resolved? If so, run /close - otherwise I will mark this as stale and this post will be archived until there is new activity.