In the PrimalForms: Preventing Multiple Button Clicks blog article, we introduced the [System.Windows.Forms.Application]::DoEvents method, which allows the application to process form events. This method also becomes very useful when you have a script that runs through a long loop. Here is a sample loop with a progress bar you may encounter in your script: $buttonProcessLoop_Click={ […]
Category: PrimalForms 2011
PrimalForms 2011: Spotlight on the ProgressBar Control
The “Spotlight on Controls” series focuses on a single WinForms control in PrimalForms 2011 , details the important Properties, Methods, and Events of the control and demonstrates how to utilize the control. Most of the information about the controls is still applicable to previous versions of PrimalForms. Last time we took a look at the […]
PrimalForms 2011 for ONLY $199!
Starting today PrimalForms 2011 is on sale for ONLY $199! Don’t miss this amazing opportunity to own the most powerful PowerShell scripting tool available at a significant discount. Visit the SAPIEN store to purchase PrimalForms 2011 for this great price. This offer is NOT available through resellers. This offer expires July 31, 2011.
PrimalForms 2011: Spotlight on the RadioButton Control
The “Spotlight on Controls” series focuses on a single WinForms control in PrimalForms 2011 , details the important Properties, Methods, and Events of the control and demonstrates how to utilize the control. Most of the information about the controls is still applicable to previous versions of PrimalForms. Last time we took a look at the […]
PrimalForms: Preventing Multiple Button Clicks
A problem you may face when creating Graphical User Interfaces (GUI) is preventing users from clicking a button multiple times. It is helpful for our users to learn how to handle this situation. In the following sample, we have a button that is disabled immediately when the button is pressed and then enabled at the […]
PrimalForms 2011 Service Build Release (v2.0.9)
A new service build of PrimalForms 2011 has been release. Registered users can download the latest service builds from MySAPIEN. Release Notes: PrimalForms 2011 v2.0.9 – UPD: Improved Parameter PrimalSense parsing– UPD: Default Assemblies will now be added to Template Forms– UPD: Project Template Assemblies– UPD: Dialog Style Template. Anchored OK button and set the […]
SAPIEN interview on PowerScripting Podcast
Come join us live on the PowerScripting Podcast! Alex Riedel (Chief Technology Officer) and David Corrales (Lead for PrimalForms) will be discussing PrimalForms 2011, PrimalScript 2011 and PowerShell. The live podcast will begin at 9:30 PM EST time, Wednesday June 29. http://powerscripting.wordpress.com/ Don’t miss it!
PrimalForms 2011: Spotlight on the CheckBox control
The “Spotlight on Controls” series focuses on a single WinForms control in PrimalForms 2011 , details the important Properties, Methods, and Events of the control and demonstrates how to utilize the control. Most of the information about the controls is still applicable to previous versions of PrimalForms. Last time we took a look at the […]
PrimalForms 2011: Spotlight on the ComboBox control
The “Spotlight on Controls” series focuses on a single WinForms control in PrimalForms 2011 , details the important Properties, Methods, and Events of the control and demonstrates how to utilize the control. Most of the information about the controls is still applicable to previous versions of PrimalForms. Last time we took a look at the […]
Spotlight on the TextBox Control
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 most important properties, methods, and events, including the default event that PowerShell Studio adds to […]