Mohammadreza
Member
Hi
I want my button do same job as my label when clicked. ( I Can't use another Sub because I get the text from label.text but sender in sub_clicked.)
I used this:
But its wrong. How to do it?
I want my button do same job as my label when clicked. ( I Can't use another Sub because I get the text from label.text but sender in sub_clicked.)
I used this:
B4X:
Sub Button2Score_MouseClicked (EventData As MouseEvent)
Label1Score_MouseClicked(EventData)
End Sub