❔ 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
Depends on how big your console app is and how much you want to visualize. Learning wpf is a steep learning curve
$wpf
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
This should get you started 🙂
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•2y ago
Message Not Public
Sign In & Join Server To View
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.