In .NET it ´s working it tells me what button pressed:Code:Private Sub btn_abbr1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click, Button2.Click, Button3.Click msgbox(sender.ToString) End Sub
In .NET it ´s NOT working it tells me only:System.Windows.Forms.Button, Text: Button1
Is it possible to show the name of pressed button in .NET CF ?System.Windows.Forms.Button




Reply With Quote