usercontrol question
Visual Basic
3
Posts
2
Posters
0
Views
1
Watching
-
cant send focus to another control from my usercontrol tried many thing keypreview = true processdialoguekey overrides... pls help tnx in advance
Try this code 'Me is UserControl Me.FindForm.SelectNextControl(Me, True, True, True, True) May u be ok? !alien!
-
Try this code 'Me is UserControl Me.FindForm.SelectNextControl(Me, True, True, True, True) May u be ok? !alien!