I'm trying to get forms working with powershell, and I'm nearly there. I've got a checklist box full of ~10 items, and I'd like to perform an action on the selected items when you click the Report button.
I've never worked with forms (either in C#, .NET, or powershell) so this is a learning experience... Is there any examples of how to, upon clicking a button, get the a list of items selected?
Thanks!