New Project guidance

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 6 years and 2 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
User avatar
Carpe_diem
Posts: 22
Last visit: Thu Feb 10, 2022 1:50 pm

New Project guidance

Post by Carpe_diem »

To help you better we need some information from you.

*** Please fill in the fields below. If you leave fields empty or specify 'latest' rather than the actual version your answer will be delayed as we will be forced to ask you for this information. ***

Product, version and build: 5.4.145
32 or 64 bit version of product: 64
Operating system: Windows 10
32 or 64 bit OS: 64

*** Please add details and screenshots as needed below. ***

I could use some guidance on how to create a new project doing the following

Create a menu button template ? I think would be the way to go

Button 1 should identify a folder location, let’s say: c:\temp
Button 2 should identify a folder location, let’s say C:\temp2
And create a run button
Then a script should run multiple cleanup tools
Utilizing selected folder of button 1 to run the tool from there and executing it on files in findings of Button 2

Example:
cd "C:\temp"
cleantool1 -j C:\temp2archives\
cleantool2 -D C:\temp2archives\
cleantool3 -R C:\temp2archives\

and all with pretty buttons and maybe a progress bar to look at for end-users whom don’t know anything about PowerShell

I appreciate any guidance you can provide .
Thank you


DO NOT POST SUBSCRIPTIONS, KEYS OR ANY OTHER LICENSING INFORMATION IN THIS FORUM
User avatar
davidc
Posts: 5913
Last visit: Mon Jul 08, 2019 8:55 am
Been upvoted: 2 times

Re: New Project guidance

Post by davidc »

[TOPIC MOVED TO POWERSHELL GUIS FORUM BY MODERATOR]
David
SAPIEN Technologies, Inc.
User avatar
mxtrinidad
Posts: 399
Last visit: Tue May 16, 2023 6:52 am

Re: New Project guidance

Post by mxtrinidad »

The following links will provide you with some directions in building GUI's and sample are also included.
https://info.sapien.com/index.php/guis/ ... do-i-start
https://info.sapien.com/index.php/guis/ ... le-dialogs
https://info.sapien.com/index.php/guis/ ... nistrators

For progress bar:
https://info.sapien.com/index.php/guis/ ... Ryb2wiXQ==

Use the following link to access our Product Information Center:
https://info.sapien.com/

Thx
jvierra
Posts: 15439
Last visit: Tue Nov 21, 2023 6:37 pm
Answers: 30
Has voted: 4 times
Been upvoted: 33 times

Re: New Project guidance

Post by jvierra »

You will have to first learn how to build forms with PSS> The documentation is on the "Help" menu bar.
Next spend some time reading about how to work with forms and controls. Look at the "GUI Related Articles" button on the help bar.

Reading through this will give you some understanding of how to design and build your project.
User avatar
Carpe_diem
Posts: 22
Last visit: Thu Feb 10, 2022 1:50 pm

Re: New Project guidance

Post by Carpe_diem »

Thank you
I start there
This topic is 6 years and 2 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