PowerShell Studio: Does Your Button Close Immediately Your Form?

If you often work with PowerShell Studio from SAPIEN, you will create some GUI with PowerShell. You will probably get the following issue:

You have a button (OK, Cancel, Finish, …) in your form, and when you will click this button, the form will be closed immediately.

Issue

You probably duplicated this button from an existing button instead of creating a new one? If yes then you must take a look at the properties box.

Fix

Find the DialogResult property, and you will notice that the value is set to other than None.

So be sure to set the button’s DialogResult property to None and it will work as expected.

 

Thanks for reading! You can follow me on Twitter @PrigentNico

About Nicolas 282 Articles
I work as an IT Production Manager, based in Paris (France) with a primary focus on Microsoft technologies. I have 10 years experience in administering Windows Servers. . I am a Microsoft MVP for Cloud & Datacenter Management. I also received the PowerShell Hero 2016 award by PowerShell.0rg. And finally, I am "MCSE: Cloud Platform and Infrastructure", "MCSA: Windows Servers", "Administering & Deploying SCCM", and CheckPoint CCSA certified.