We have put together the perfect summer learning bundle. No time for classrooms? No budget for travel? Get our PowerShell “Summer Learning” bundle and learn PowerShell at your own pace. The bundle consists of our hugely popular PrimalForms 2011, Windows PowerShell 2.0 ebook, and the complete Windows PowerShell Class-on-Disc set, available for the first time […]
Category: Windows PowerShell
South Florida IT Camp 2011
I had a fun time at last Saturday’s South Florida IT Camp . The camp was a great opportunity to meet old and new friends. I would like to thank all the IT Camp organizers for allowing me to present a session on “How to create GUIs for PowerShell using PrimalForms 2011.” I would especially […]
PrimalForms 2011 Service Build Release (v2.0.10)
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.10 – FIX: Issue where Run Selection did not use the current platform settings– FIX: Repeating issue with auto generated Cleanup FormClosed event– FIX: Coloring issue with Here Strings– FIX: Indent […]
PrimalForms 2011: Creating Responsive Loops
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={ […]
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 […]
New options for PowerShell packages
The latest builds of PrimalScript 2009, PrimalScript 2011, PrimalForms 2009 and PrimalForms 2011 contain a new option for running packages under different credentials. Just as the VBScript and JScript packages have done for some time now, the PowerShell engines now also offer to re-run themselves using the specified credentials. You could use elevation, which prompts […]
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 […]