The accounts page says my product key is going to expire. Can I not use Powershell studio after that?
Warning : Your activation key is within 60 days of expiration and will EXPIRE on Feb 01, 2021.
Search found 4 matches
- Thu Jan 28, 2021 9:12 am
- Forum: PowerShell Studio
- Topic: Product Key Expiry
- Replies: 1
- Views: 1160
- Sun Mar 29, 2020 12:34 am
- Forum: PowerShell GUIs
- Topic: Closing the Child form Closes the Parent form also
- Replies: 2
- Views: 687
Re: Closing the Child form Closes the Parent form also
with the help of your other post I found the solution.
The DialogResult of that button was set to Cancel. I changed it to none and it seems working.
The DialogResult of that button was set to Cancel. I changed it to none and it seems working.
- Mon Mar 23, 2020 6:01 am
- Forum: PowerShell GUIs
- Topic: Closing the Child form Closes the Parent form also
- Replies: 0
- Views: 2333
Closing the Child form Closes the Parent form also
I have a multi-form project created in Powershell Studio. It contains atleast 20forms. The Main form acts as a login window and the next form contains 5 buttons to open different forms. One button opens a child form and when I close it it closes the parent form also. However the other 4 buttons does...
- Mon Mar 23, 2020 6:01 am
- Forum: PowerShell GUIs
- Topic: Closing the Child form Closes the Parent form also
- Replies: 2
- Views: 687
Closing the Child form Closes the Parent form also
I have a multi-form project created in Powershell Studio. It contains atleast 20forms. The Main form acts as a login window and the next form contains 5 buttons to open different forms. One button opens a child form and when I close it it closes the parent form also. However the other 4 buttons does...