The PowerShell Studio v5.6.164 service build introduces a new ComboBox control set:
ComboBox – Colors
This control is useful when you need to provide the user with a color choice.
When you select the ComboBox – Colors control…
Read More
The PowerShell Studio v5.6.163 service release, included a splash screen snippet with a function that allows users to display a splash screen image. Now with the PowerShell Studio v5.6.164 service release, you can become a splash screen superstar with this…
Read More
In the v4.2.85 service release of PowerShell Studio 2015, we updated a few of the predefined control sets.
Updated Control Sets:
Button – Run Process now includes the Process Tracker framework, so you no longer have to include the…
Read More
Recently in the forums we had a request on how to create a textbox with a watermark.
What is a textbox with a watermark you ask?
It is a textbox that displays hint information within the textbox using a lighter…
Read More
In the service release blog article we mentioned a new Control Set option for PowerShell Studio 2012 v3.0.4. In this article we will detail this option and how to use it.
“Use Existing Type (Match Name)” Option
When creating a…
Read More
When working with GUIs you may have noticed that the Form can freeze when running long scripts. Previously I discussed how to make your loops more responsive in this article, but not every long script comes in the form of…
Read More