Search found 397 matches

by localpct
Wed Oct 12, 2022 12:35 pm
Forum: PowerShell Studio
Topic: Function not working within app
Replies: 6
Views: 4446

Re: Function not working within app

Thanks so much, I appreciate your quick response.
PSVersion 5.1.19041.1682
by localpct
Wed Oct 12, 2022 10:08 am
Forum: PowerShell Studio
Topic: Function not working within app
Replies: 6
Views: 4446

Re: Function not working within app

Thanks for the reply. It does not, this is what displays in the Output tab Test10.12.2022.psf (129, 11): ERROR: At Line: 129 char: 11 ERROR: + [int]# This parameter only works when Exclude ... ERROR: + ~ ERROR: Parameter declarations are a comma-separated list of variable names with optional initial...
by localpct
Wed Oct 12, 2022 9:43 am
Forum: PowerShell Studio
Topic: Function not working within app
Replies: 6
Views: 4446

Function not working within app

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: PowerShell Studio 2022 (64 Bit) Build...
by localpct
Sat Apr 16, 2022 3:02 pm
Forum: PowerShell Studio
Topic: Taskbar Pinned Icons
Replies: 2
Views: 1553

Re: Taskbar Pinned Icons

I apologize for not being clearer

The user creates the shortcut after the MSI installed, my package only creates Desktop and Start Menu shortcuts.

I do follow with your logic, but since it’s a user shortcut and it points to the same .EXE I didn’t expect it to be impacted.
by localpct
Sat Apr 16, 2022 9:01 am
Forum: PowerShell Studio
Topic: Taskbar Pinned Icons
Replies: 2
Views: 1553

Taskbar Pinned Icons

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: latest Operating s...
by localpct
Tue Mar 15, 2022 11:06 pm
Forum: PowerShell GUIs
Topic: Items in ThemeStripMenuItem
Replies: 3
Views: 1485

Items in ThemeStripMenuItem

To go along with the Set-ControlTheme from Sapien I created a MenuItem to go along with the naming convention

Dark, Light, Custom
Snag_3bf76dd.png
Snag_3bf76dd.png (4.35 KiB) Viewed 1485 times

When I select a new theme, how do I uncheck the others?
Snag_3bfe016.png
Snag_3bfe016.png (4.26 KiB) Viewed 1485 times
by localpct
Mon Mar 14, 2022 9:17 am
Forum: PowerShell GUIs
Topic: Picturebox to represent client health
Replies: 14
Views: 2317

Re: Picturebox to represent client health

Thanks for that. I reduced my code down to just one code block as I learned of the $SelectDaysDropDownItem_Click = [System.Windows.Forms.ToolStripItemClickedEventHandler] I utilized the switch statement again so my whole code block went form 500 lines to 50. In total my code for this form has been r...
by localpct
Sat Mar 12, 2022 6:03 pm
Forum: PowerShell GUIs
Topic: Picturebox to represent client health
Replies: 14
Views: 2317

Re: Picturebox to represent client health

Hey, I don’t see anything attached to your last post
by localpct
Sat Mar 12, 2022 8:59 am
Forum: PowerShell GUIs
Topic: Picturebox to represent client health
Replies: 14
Views: 2317

Re: Picturebox to represent client health

I'm interacting with an website API, this is how I get $PC variable, but that variable has 15 properties with to it, 3 of them are CPU, Memory, and Network - I am getting my expected results now but I will share :) Luckily, my sliders to represent that score are 200 pixels wide, so I can just double...
by localpct
Fri Mar 11, 2022 2:44 pm
Forum: PowerShell GUIs
Topic: Picturebox to represent client health
Replies: 14
Views: 2317

Re: Picturebox to represent client health

The issue was I didn’t know how to apply a width and color to all of my sliders based on a score value

It’s resolved and working as expected