I’ve been researching many different ways of implementing a GUI in powershell, including:
ShowUI
.NET Windows Forms
WPF
WPF seems to look the most athletically pleasing but is the most difficult/complex to use. What would you guys recommend to use going forward?
For background information, I wish to build a GUI with multiple tabs and buttons inside each tab. Anything to make it more athletically pleasing (like it was made in 2019 and not 2008) would be helpful.
When I’m in the Visual Studio Code debugger, I see a TON of attributes associated with this variable and just about all of them read “<Error retrieving property - InvalidOperationException>” as the value. I assumed that was because I hadn’t defined them in the above XAML, but when I found the “Text” attribute, my “Welcome!” was not there, but instead the same error. How can this be? When the form appears, it indeed displays the desired text and I’m able to change the value just fine.