Hi all,
I'm making these buttons that call a sub routine.
ex:
Public Sub MySubColor1(sender As Object, e As EventArgs)
'Do something
End Subhow can i call MySubColor1 from code, insted of the button (besided moving all the code from the sub and putting it another sub, a lot of work)Thanks a lot
Go to the complete details ...