My program is like that :
Sub App_Start
...
AddEvent("Lc",Click,"MySub") -> Lc is a textbox
...
End Sub
Sub MySub
MyKey=sender
Select MyKey
Case "Lc"
...
End Select
End Sub
When i run the program and i click in my textbox, the program doesn't go to "MySub"
Anybody can help me ?
Thank you !
EdQas
Sub App_Start
...
AddEvent("Lc",Click,"MySub") -> Lc is a textbox
...
End Sub
Sub MySub
MyKey=sender
Select MyKey
Case "Lc"
...
End Select
End Sub
When i run the program and i click in my textbox, the program doesn't go to "MySub"
Anybody can help me ?
Thank you !
EdQas
Last edited: