belinea2003
Apr 6th, 2008, 10:18 AM
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 working it tells me what button pressed:
System.Windows.Forms.Button, Text: Button1
In .NET it īs NOT working it tells me only:
System.Windows.Forms.Button
Is it possible to show the name of pressed button in .NET CF ?
msgbox(sender.ToString)
End Sub
In .NET it īs working it tells me what button pressed:
System.Windows.Forms.Button, Text: Button1
In .NET it īs NOT working it tells me only:
System.Windows.Forms.Button
Is it possible to show the name of pressed button in .NET CF ?