how to track label control with keyboard
C#
2
Posts
2
Posters
0
Views
1
Watching
-
Hi i load an image on label control.but with tab key ,label is not selected . How can i make this control selected with tab key
-
Hi i load an image on label control.but with tab key ,label is not selected . How can i make this control selected with tab key
I hate to be the bearer of bad news, but you can't select Label boxes with the tab key. Labels are not designed to get the focus, if you want your image to get the focus, you'll have to put it in another type of control. WhiteWizard aka Gandalf