This sale is no longer active.
Tag: PowerShell Studio
Copy to Clipboard in a GUI Application
Follow @juneb_get_help During #PSBlogWeek, I shared with my co-authors a little GUI-based blogging tool that gets links to the online version of PowerShell help topics, including About topics. I didn’t think much of it, because it was my first GUI app, but I soon received a nice compliment from PowerShell MVP Jeffery Hicks with a […]
Adding auto-complete to an input textbox
Follow @juneb_get_help Well-designed user interfaces make it as easy as possible for the user to enter the right input in the right format. One of the most effective ways to help a user is to provide suggested input or automatically complete the input that the user begins to type. As a UI newbie, I thought […]
Supporting Multiple PowerShell Versions
As you may know both PowerShell Studio and PrimalScript support multiple versions of Windows PowerShell and allow you to switch between versions depending on what versions of PowerShell are installed. Supported Windows PowerShell Versions: V2, V3, V4 Note: V5 will be officially supported after its release. We do not offer support for preview versions. Side […]
New SAPIEN Update tool integrated into all 2015 products
With the release of the latest versions of the 2015 SAPIEN products we also integrated a new update tool. This new version will check for updates on all licensed and unexpired trial version of our products. It can download and install the updated versions without you going to your accounts page. If you need to […]
PowerShell Studio: Knowing when to use STA mode
Follow @SAPIENDavid Recently, on our forums, a user asked why certain controls didn’t function correctly or threw an error when he unchecked the STA option in PowerShell Studio. STA (Single Threaded Apartment) and MTA (Multi-Threaded Apartment) determine how a process manages legacy COM objects and their communication with multiple threads. I will not go into […]
Manage Errors in a GUI Application
Follow @juneb_get_help In a previous post, I talked about displaying output in a GUI application. But I really covered only the primary output of cmdlets. In this post, we’ll discuss some very basic strategies for detecting and displaying terminating and non-terminating errors in a GUI application. This is a critical topic. If you’re used to […]
PowerShell Studio: Form and Script Recovery
Once in a while our support team gets a request to recover a script from a packaged executable because the original was lost. In fact this just happened recently when a user contacted us to recover his lost form project from his packaged script. We were able to recover the script, but unfortunately the user […]
SAPIEN Northern European tour begins
For the next two weeks, Ferdinand Rios, CEO of SAPIEN Technologies, will be touring northern Europe and speaking about Building PowerShell GUI Tool Solutions at various PowerShell User Groups. He will also be in attendance at the PowerShell Summit. Below is a schedule of his appearances: 1) Oslo Monday, Sept. 22nd, 2014 6:00 pm University of […]
ScriptMerge 2014 updated
ScriptMerge 2014 has been updated with the recent service releases of PrimalScript 2014, PowerShell Studio 2014 and VersionRecall 2014. Comparing the same files over and over again? You can use the new file groups function to open these compares quickly. Simply create a text file with your file pairs listed line by line: File1|File2 separated […]