Quantcast
Channel: SQLServerCentral » Programming » Powershell » Latest topics
Viewing all articles
Browse latest Browse all 467

Programmatically trigger an event on a WinForms object in Powershell

$
0
0
Hi all,

Let's say I've got a label ($ObjLabel) and a checkbox ($ObjCheckBox), that is created not checked, and added to my form.

I've got code in the CheckedChanged event that changes the text in the label.

How can I programmat

Viewing all articles
Browse latest Browse all 467

Trending Articles