Hi, I'm just starting to brush on the topic of creating simple GUI's in PowerShell. What I want to accomplish is to create a list box list of items from maybe a CSV or an array and then have each one of those items execute an active script when you click
on it. What I am ultimately trying to accomplish is to have a list of items that are actually going to execute weblinks through Internet Explorer. I know this is kind of a weird one since it would be easy enough to create a simple HTML file with hyperlinks
but it's a long story and entirely beside the point. Anyway, if anyone had any ideas of how I could go about accomplishing this, that would be great! Thanks!
↧