Search found 2 matches

by cristianve
Thu Nov 07, 2019 10:33 am
Forum: PowerShell GUIs
Topic: Forms closing and keep checekbox values
Replies: 5
Views: 1395

Re: Forms closing and keep checekbox values

Hi, thanks for your answer. Yes, I'm closing the form before opening the next one, as shown below: I did this, because showing first and hiding after was not working for me, I don't know why, sincerely I have just two days with PowerShell Studio. $btnNext_Click={ #TODO: Place custom script here $frm...
by cristianve
Thu Nov 07, 2019 10:08 am
Forum: PowerShell GUIs
Topic: Forms closing and keep checekbox values
Replies: 5
Views: 1395

Forms closing and keep checekbox values

Product, version and build: PowerShell Studio 2019 5.6.164 32 or 64 bit version of product: 64 bits Operating system: Windows 10 32 or 64 bit OS: 64 bits So I have a multi-form project, in the first one (frmMain), I have some checkbox fields, user select some of them, and then click on 'Next' button...