Quantcast
Channel: PowerShell.com – PowerShell Scripts, Tips, Forums, and Resources
Viewing all articles
Browse latest Browse all 6937

Translating some C# for my powershell script

$
0
0

Hello,

I've made a script that gets a datagridview with 3 columns. The first column has checkboxes, now what needs to happen is when I check a checkbox the entire row will get selected. Now I have found this http://www.c-sharpcorner.com/UploadFile/shweta1985/tip-how-to-highlight-rows-in-a-datagrid-using-a-checkbox/ but I have no idea how to translate that to powershell.

Could anyone put me in the right direction with this?

 

Thanks!


Viewing all articles
Browse latest Browse all 6937

Trending Articles