epiCode Active Member Licensed User Sep 5, 2021 #1 I have a label inside a custom control along with many other controls I wish to have the click event enabled for a label which is created via code. How can I enable click event for a specific label / control ? Can someone point me to some example ? (Could not find anything relevant myself)
I have a label inside a custom control along with many other controls I wish to have the click event enabled for a label which is created via code. How can I enable click event for a specific label / control ? Can someone point me to some example ? (Could not find anything relevant myself)
Erel B4X founder Staff member Licensed User Longtime User Sep 5, 2021 #2 B4X: Dim lbl As Label lbl.Initialize("lbl") Private Sub lbl_Click
epiCode Active Member Licensed User Sep 5, 2021 #3 Erel said: B4X: Dim lbl As Label lbl.Initialize("lbl") Private Sub lbl_Click Click to expand... thanks and facepalm ?
Erel said: B4X: Dim lbl As Label lbl.Initialize("lbl") Private Sub lbl_Click Click to expand... thanks and facepalm ?