1RedOne/1redone.github.io

Part II - Deploying PowerShell GUIs in Minutes using Visual Studio

utterances-bot opened this issue · 3 comments

Part II - Deploying PowerShell GUIs in Minutes using Visual Studio

FoxDeploy.com, Stephen Owen's technical blog about
PowerShell, Systems Administration, GUI Design and Programming.
.

https://www.foxdeploy.com/blog/part-ii-deploying-powershell-guis-in-minutes-using-visual-studio.html

Thanks for making this blog. It’s cool! I’ll be trialling it out.

Thanks! Let me know how you like it! There's a lot of content and walkthroughs on the site if you're interested in GUIs, which you can access using the 'Learning PowerShell GUIs' link on the right side of the site! (or by clicking the banner)

I must be missing something. (I am new to this, so please all do be gentle) When I go to change the value in the GUI, $WPFtextBox.Text = 'hello world', it changes it in the variable if I simply call that, but not in the GUI when I run the $form.ShowDialog() | Out-Null command. Can you tell me what I am doing wrong?