Search found 7 matches

by ewilhelm009
Fri Jun 26, 2020 7:32 am
Forum: PowerShell Studio
Topic: Variables in a Wizard-Template form
Replies: 2
Views: 1305

Re: Variables in a Wizard-Template form

I will do some more reading with the links you provided. For now I have just copy/pasted the variables where I needed them to be down the line so the script will work in the meantime as I learn more. Thank you
by ewilhelm009
Fri Jun 26, 2020 6:51 am
Forum: PowerShell Studio
Topic: Variables in a Wizard-Template form
Replies: 2
Views: 1305

Variables in a Wizard-Template form

To help you better we need some information from you. *** Please fill in the fields below. If you leave fields empty or specify 'latest' rather than the actual version your answer will be delayed as we will be forced to ask you for this information. *** Product, version and build: PowerShell Studio ...
by ewilhelm009
Thu Jun 18, 2020 11:55 am
Forum: PowerShell GUIs
Topic: Understanding CheckedListBox controls
Replies: 13
Views: 5716

Re: Understanding CheckedListBox controls

i have found using $($CheckBoxlist.CheckedItems) will display each checked item. So is there a way to do a foreach statement with those checked items? Or perhaps use the different indices for this? my code basically will be foreach looping through the servers that are checked and copying a file to t...
by ewilhelm009
Thu Jun 11, 2020 12:51 pm
Forum: PowerShell GUIs
Topic: Understanding CheckedListBox controls
Replies: 13
Views: 5716

Re: Understanding CheckedListBox controls

Ok so I need to be able to build a variable list and reference the items in the list to the variables?
by ewilhelm009
Tue Jun 09, 2020 9:49 am
Forum: PowerShell GUIs
Topic: Understanding CheckedListBox controls
Replies: 13
Views: 5716

Re: Understanding CheckedListBox controls

So the items in the array, are verbatim? So if I have "Server1" it will be $Server1?
by ewilhelm009
Tue Jun 09, 2020 6:05 am
Forum: PowerShell GUIs
Topic: Understanding CheckedListBox controls
Replies: 13
Views: 5716

Understanding CheckedListBox controls

I'm having trouble understanding how CheckedListBox controls work. So I create the collection of items within it, how does powershell studio use these items? Is each item its own variable? I am reading the Winforms control reference, the info center, etc but cannot seem to grasp how this works. I am...
by ewilhelm009
Mon Jun 08, 2020 8:50 am
Forum: PowerShell GUIs
Topic: Assign entered text box text into a Variable used within a Wizard Style Form
Replies: 1
Views: 1240

Assign entered text box text into a Variable used within a Wizard Style Form

I was trying to look for anything with the help guides for assigning text entered into a text box to a variable. I'd also like to assign a variable based on combo box selections. The Wizard style form will just ask a few questions of the user throughout each step that will turn their responses into ...