Have you ever copied a button and found that when a user presses it, the form closes immediately afterwards? We are here to answer: Why…
Read More
Follow @SAPIENDavid Recently, on our forums, a user asked why certain controls didn’t function correctly or threw an error when he unchecked the STA option…
Read More
Once in a while our support team gets a request to recover a script from a packaged executable because the original was lost. In fact…
Read More
In the (v3.1.9) service release we introduced a new form template called: Wizard Template. This template simulates an application wizard by utilizing a TabControl to…
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…
Read More
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.…
Read More
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…
Read More