Hi Teddybear
Unless I am misunderstanding, those two events are not the same. One is for a button, which fires 2x, the other for a label, which fires 1x. These were both created through the designer.
The btn_save_Click is a sub I wrote that is called when the btn_save_MouseClicked event is fired.
Same with lb_sing_up_Click, which is a sub I wrote that is called when the lb_sing_up_MouseClicked event is fired.
I am wondering why a button would fire twice?
Tim