After creating processes, how do I GUI'ize it?

Ask questions about creating Graphical User Interfaces (GUI) in PowerShell and using WinForms controls.
Forum rules
Do not post any licensing information in this forum.

Any code longer than three lines should be added as code using the 'Select Code' dropdown menu or attached as a file.
This topic is 3 years and 8 months old and has exceeded the time allowed for comments. Please begin a new topic or use the search feature to find a similar but newer topic.
Locked
ideleon007
Posts: 2
Last visit: Fri Aug 26, 2022 8:20 am

After creating processes, how do I GUI'ize it?

Post by ideleon007 »

So, working from home like everyone else, we get a lot of calls from end users having issues with connecting to our network online.
So, I decided to ask the boss for PS Studio, which I absolutely adore. Being a beginner at PShell, I was able to create the following,
but can't quite figure out how the GridView works and have sought out video after video but I think I'm missing something.
I wanted to display certain PC info, check internet connection, DirectAccess & VPN connection.
Although I pretty much have all three processes done, I can't seem to display them in a GUI format to make it easier for the end user.
Any help/advice appreciated.
-israel
jvierra
Posts: 15439
Last visit: Tue Nov 21, 2023 6:37 pm
Answers: 30
Has voted: 4 times
Been upvoted: 33 times

Re: After creating processes, how do I GUI'ize it?

Post by jvierra »

Here is a book that will show you how to start with Forms and PowerShell: https://www.sapien.com/books_training/W ... werShell-4

You can also find many articles here on how to write a GUI application: https://info.sapien.com/index.php/guis

Be sure to explore all of the left side menus.

Here are the video resources available on how to use PSS to build GUIs: https://www.youtube.com/c/SAPIENTech/videos

Also review the Sapien blog for more articles on learning PSS, PowerShell and GUI development with PowerShell/PSS,
ideleon007
Posts: 2
Last visit: Fri Aug 26, 2022 8:20 am

Re: After creating processes, how do I GUI'ize it?

Post by ideleon007 »

Thanks jvierra
I had downloaded the book a few days ago & have also been looking through Sapiens videos..
I'll keep going. Thanks for the tips,
-israel
This topic is 3 years and 8 months old and has exceeded the time allowed for comments. Please begin a new topic or use the search feature to find a similar but newer topic.
Locked