PowerShell Studio • Re: Pinned icon on taskbar for PSS - Jumplists
This recent list is provided by the OS and is not managed by PowerShell Studio. The only item added to the jump list by PowerShell Studio is the task option to run as an administrator. This...
View ArticlePowerShell GUIs • Attempting to package GUI form into exe embed mainfest failure
Product: PowerShell Studio 2024 (64 Bit)Build: v5.8.237OS: Windows 10.0.17763PS Version(s): 5.1.17763.1Error I am receiving : Code: SAPIEN Package and Deploy Tool 4.8 (c) 2005 - 2024 SAPIEN...
View ArticlePowerShell GUIs • Re: Attempting to package GUI form into exe embed mainfest...
The manifest is an XML files. Most commonly writing that to the exe fails for two reasons:1. Your AV software interferes. Even if it finds nothing it might temporarily block the file from being...
View ArticlePowerShell Studio • Control Set questions
Product, version and build: PowerShell Studio 2024 Version 5.8.238Operating system: Windows 10 22h2PowerShell version(s): 5*** Please add details and screenshots as needed below. ***hi there. this is...
View ArticlePowerShell Studio • Re: Control Set questions
Control Sets are located in the Toolbox pane under the Control Sets tab:Control Set files are loaded from and saved to the following location:C:\Users\[USER]\AppData\Roaming\SAPIEN\PowerShell...
View ArticlePowerShell Studio • Re: Write-Host $null -NoNewline Writes a Space
This behavior will be addressed in the next service release.Statistics: Posted by brittneyr — Fri Apr 12, 2024 2:35 pm
View ArticlePowerShell GUIs • Problems migrating from 5.1 to 7.4.1
A couple of weeks ago, I was low on ideas for new snippets and scripts. I then decided to look ahead and prepare for a new era.The preparations went smooth and it looked like a walkover; but so far it...
View ArticlePowerShell GUIs • Re: Problems migrating from 5.1 to 7.4.1
I have been testing and have made this observation:Version 5.1seen in command pane:C:\Users\Henning\OneDrive\Personlige\WindowsPowerShell\LookUpCmd.ps1Result: ListboxIt works like using Run script...
View ArticlePowerShell GUIs • JobTracker Variable passing
Product, version and build: PowerShell Studio 2024 Version 5.8.238Operating system: Windows 10 22h2PowerShell version(s): 5*** Please add details and screenshots as needed below. ***Good afternoon,...
View ArticlePowerShell Studio • Upgrade from 2022 to 2024
Product, version and build:Operating system: Windows Server 2019,Version: 1809, Build: 17763.5696PowerShell version(s): 5.1.17763.5696Hello,I have upgraded from powershell studio 2022 to 2024 and now...
View ArticleFormer and Future Customers - Questions • Import PS1 without recovery data
Product, version and build: PS Studio 2024 5.8.237Operating system: Windows 11PowerShell version(s): 5.1.22621.2506I lost a backup from a project I had previously, but I exported the PS1 and deleted...
View ArticleFormer and Future Customers - Questions • Re: Import PS1 without recovery data
This is not a way to import this file without recovery data as part of the recovery data included information for recreating those objects in the designer. Without that, the form will need to be...
View ArticlePowerShell Studio • Re: Upgrade from 2022 to 2024
Please try service build 5.8.241 and let me know if you have any issues.Statistics: Posted by brittneyr — Tue Apr 16, 2024 11:32 am
View ArticlePowerShell GUIs • Form Load
I am building a form where a user can modify their language (I`m from Canada so we have two languages). When they change their language I want the form to reload which should change the language of...
View ArticlePowerShell GUIs • Re: Form Load
Probably easiest to bring up the right form based on the locale the system is configured for.Computer\HKEY_CURRENT_USER\Control Panel\InternationalThe value of "LocaleName" is probably what you...
View ArticlePowerShell GUIs • Re: JobTracker Variable passing
Please don't post the same question in different forums.To get the data a job, you need to use the Receive-Job command. When use the JpbTracker, this should be done in the scriptblock parameter...
View ArticlePowerShell GUIs • GUI package as exe - files not found
Hi,I have created a GUI application that runs fine from within PowerShell Studio.Code in the file points to an xml parameter file and an html template at $scriptDir = Split-Path -Parent -Path...
View ArticlePowerShell GUIs • Re: GUI package as exe - files not found
When getting the path after packaging, you may find the following function helpful:Code: function Get-ScriptDirectory{<#.SYNOPSISGet-ScriptDirectory returns the proper location of the...
View ArticlePowerShell Studio • Convert exe back to psf
Hello,I have created a new multi form and created an exe from it but i lost the .psfIs there a way to open the file/project in powershell studio from the exe file? as i need to add a button and...
View ArticlePowerShell GUIs • calling Variables from child forms into job scripts
Product, version and build: PowerShell Studio 2024 Version 5.8.238Operating system: Windows 10 22h2PowerShell version(s): 5*** Please add details and screenshots as needed below. ***to preface this...
View Article