Yup, just stick a comma at the end:
Handles Button1.Click, Button2.Click
All signatures are the same using:
ByVal sender As System.Object, ByVal e As System.EventArgs
They just impliment different version of them, and you can check which control is was, by looking at the "sender" value.




Reply With Quote