Finding a button by name
Hello I would like help with this:
I would like to find button by name and change the button text to item.Value somehow
1 Reply
if it's winforms i guess you could search buttons in the form controls
although i would prefer seeing something a little less dynamic