1RedOne / 1redone.github.io

FoxDeploy's GitHub.io Page
https://1redone.github.io/
MIT License
6 stars 3 forks source link

Part II - Deploying PowerShell GUIs in Minutes using Visual Studio #29

Open utterances-bot opened 3 years ago

utterances-bot commented 3 years ago

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

Royhutton commented 3 years ago

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

1RedOne commented 3 years ago

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)

MisterEMachine commented 2 years ago

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?