I’m not a professional tester, but I am an expert at making mistakes. I take risks. I try everything. I gravitate to “corner cases” and odd circumstances. That makes me a great amateur tester and, due to a lifetime of experience with breaking…
Read More
If you create PowerShell GUI apps in PowerShell Studio, you become very familiar with the events of the Windows Forms types, like the Load event of forms, the Click event of buttons, and the TextChanged event of textboxes.
PowerShell Studio…
Read More
We released a new service release for PowerShell Studio 2015 (v4.2.92).
Here’s what’s new:
Memory Improvements
In this build we improved PowerShell Studio’s file memory usage. Larger files should now load faster and use up less memory than in previous…
Read More
As a beginner developer of PowerShell GUIs, I’m always looking for easy ways to make my simple applications more sophisticated and usable. One of the basic usability features in most applications is typing <Enter> in a textbox to invoke a…
Read More
We have recently discovered an issue with our software activation system.
If your username or password contains asterisks (*) and apostrophes (‘), your activation might fail with the following error:
We are working to remedy this situation. In the meantime,…
Read More
Follow @juneb_get_help
I’ve been using Windows PowerShell since the very first version of Monad in 2005, but PowerShell-based applications with a graphic user interface (GUI) are a whole new world. Instead of thinking of cmdlets and parameters or properties and…
Read More
We are happy to announce the release of the latest service build of PowerShell Studio 2015 (v4.2.89). You will find that this service build is pack with new features and enhancements. We listened to your feedback and strived to improve…
Read More
Follow @juneb_get_help
PowerShell scripters often send us requests for help and post them on our busy forums. None hits home with me like a request for help convincing a cash-strapped IT manager that they should buy professional tools, like PowerShell…
Read More
In the last service release v4.2.86 we introduced some new enhancements to help improve your debugging experience.
New Variables Panel Context Menu
We added a new context menu to the Variables Panel that allows you to:
Add To Watch…
Read More
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 does this button close my form?
The reason the form closes is that the Button…
Read More