PowerShell Tutorials : Making a GUI Part 1 - Introduction & Hello World

preview_player
Показать описание
Making a GUI (Graphical User Interface) with PowerShell. In this video I go over what we will be making in this series and take a look at a simple GUI example of Hello World.

Links:

Tags:
PowerShell
GUI
Programming
Scripting
Automating
JackedProgrammer
Coding
Рекомендации по теме
Комментарии
Автор

Great tutorial thank you...
I had to run this command to allow for the use of forms.
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser

Cheers

soliver
Автор

I appreciate that you understand the need for a basic introduction. Nice to see mate

ClassicRiki
Автор

This video is great! I’m learning VS and PS and this is a great walk through

willmassey
Автор

Really nice start to what looks like a great series. Keep it coming.

KerryCox
Автор

Starting your series, thank you so much for making these. This is a easy(isk) introduction for powershell for a code noobie like me

SPOOKIEMOOKe
Автор

Hello "JackedProgrammer", Your channel is what I researched to learn Powershell, make form and launch script. Thanks a LOT.
Today is my first lesson : )

lydhely
Автор

My native is spanish and understand some English and I need to say: good intro and good speach! :) PD: Windows forms are areally big and all properties can be used for a powershell GUI. Hope this tutorials take advantage of that

chybeat
Автор

Excellent intro for creating a form in Powershell

stevengates
Автор

Thanks! This class was very helpful. I was able to create my first GUI! Thank you very much for the video!

IAmGyan
Автор

Thumbs initial see how the next ones stack up.

machonsote
Автор

This is exactly I wanted to learn. Thank your very much for reading my mind. 🙂

sensuousonline
Автор

Awesome tutorial, i never had time to learh how to do it. Now i have more time and your tutorial is amazing

maciejfrydrych
Автор

Subscribed..Thanks for this amazing playlist..

nirakar-sapkota
Автор

Nice video 👌🏻 looking forward to the rest.

RPG_ash
Автор

Thank you!! I gave this a crack a couple of years ago, (It's a little above my paygrade but I wanted to try) and Other tutorials picked up way past this point. I felt like an imbecile because all I could do was download other peoples scripts and screw with it until it worked. Too much guesswork.

roberttourgee
Автор

Sir please give the link of service check gui one it’s awesome I need to create that one, will really appreciate

M_aaravv
Автор

Good morning,

I compiled my ps1 script (WPF) with Invoke-ps2exe.
My concern is that once compiled my solution launches just behind I have the terminal which opens so far I have not found how to hide it. So I can't make the solution available for other lambda users. Would you be able to do so that the terminal does not open or does not appear in visible please?

josuerosamond
Автор

Great video! Thank you very much. I was under the impression that PoSh was all case insensitive. Any ideas on why 'style' needs to be lower case?

kornyKid
Автор

Thank you sir. Can you please provide the codes for Scroll down an web page

animeshrana
Автор

When it comes to positioning the label, I would have expected it to work by taking the width of the form dived by 2, and then subtracting the width of the label divided by 2. Same should go for height to place it dead in the center. But for some reason that seem to skew the placement to the right (and down) in a way that doesn't make sense to me. Am I missing something in how the width and height attribute works? With the suggested values from the tutorial, the forms Width and Height are 518 and 347 according to a simple Write-Host of those attributes - which seems reasonable with some frills around the actual form. The Label gives back 100 and 23 for the similar attributes - also reasonable. But why then isn't (518/2)-(100/2) = 209 the reasonable first argument for the Point, and similarly (347/2)-(23/2) = (roughly) 162 the second?

nrpiqwv