This post discusses the DialogResult property of buttons, which often confuses beginning PowerShell GUI app designers.
When I first started learning how to write PowerShell GUI applications, I thought of the DialogResult property of buttons as the “evil property.”
What…
Read More
In this post, we explain why PowerShell Studio can run your scripts only the versions of Windows PowerShell that are installed on local and remote computers.
If you’ve recently upgraded to Windows 10 from Windows 7, 8, or 8.1, you’ll…
Read More
The Spotlight on Controls series describes the controls, that is, the objects in the System.Windows.Forms namespace, so you can use them effectively when building GUI apps in PowerShell Studio and PrimalScript.
Each post focuses on one control and lists its…
Read More
This is the third blog in a multi-part series about designing a Windows PowerShell scripts that will be packaged in an executable file.
Passing Parameters to a Script in an Executable File explains how to use the special parsing features…
Read More
This is the second blog in a multi-part series about designing a Windows PowerShell script that will be packaged in an executable file.
Passing Parameters to a Script in an Executable File explains how to use the special parsing features…
Read More
The newest video in our “Check out this feature” series is actually an answer to a great question that was posed to me on Reddit. A PowerShell GUI with a Fixed-Size UI shows you how to use the features of…
Read More
We just released the second video in our “Check out this feature” series, a series of short videos that focus on features you might have missed.
Our first video, Function Builder in SAPIEN PowerShell Studio, demonstrated our awesome automation for…
Read More
How many times have you found about a feature of a SAPIEN product, like PowerShell Studio, and realized that 1) you never knew it existed and 2) it would have saved you gobs of time had you only known about…
Read More
If you search the SAPIEN blog, you’ll realize that this is the not our first blog about scope in PowerShell GUIs. In March 2013, SAPIEN CTO Alex Riedel wrote First Rule of PowerShell Scoping Rules, a title that implies the…
Read More
If you create PowerShell GUI apps in PowerShell Studio, you become very familiar with the events of the Windows Forms types, like the Load event of forms, the Click event of buttons, and the TextChanged event of textboxes.
PowerShell Studio…
Read More