Always committed to starting the New Year right, I’m heading to Scottsdale, Arizona on Tuesday, January 5 at 5:30 PM to meet with the newly revived Arizona PowerShell User Group. We’ll meet at the Microsoft Store in Scottsdale Fashion Square.…
Read More
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
This is the fourth 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 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
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
This is the first 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
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
Continuing on from where we left off in our last blog post entitled “PowerShellGet-GUI part 1″, let us examine some of the other features of the PowerShell Get GUI application.
With our list successfully loaded with PowerShell Gallery modules, the…
Read More
Back in mid-September, I presented a talk on “Building PowerShell GUI Tool Solutions” at the PowerShell Conference Asia in Singapore. The talk centered around GUI application design and development using PowerShell as the core language. During that talk , I…
Read More
I’m coming up on my one-year anniversary at SAPIEN Technologies, Inc. and my one-year anniversary of using PowerShell Studio as my primary IDE. When I speak at conferences and user groups, I don’t typically talk about products, because people don’t…
Read More