T
Tony
I have two forms in my windows application, one have two textboxes, one have
a group box and two textboxes inside the group box, when i do .Focus() in
the first form, it works fine, however, when i do it on the second form, the
textboxes just couldn't get the focus... seems that control inside group box
can't get the focus via .Focus()
How can i get around this?
Thanks
Tony
a group box and two textboxes inside the group box, when i do .Focus() in
the first form, it works fine, however, when i do it on the second form, the
textboxes just couldn't get the focus... seems that control inside group box
can't get the focus via .Focus()
How can i get around this?
Thanks
Tony