I've got a tabbed form with several pages. Each page has a TextBox control that I'd like to receive the focus when the user clicks that page's tab. Each page has an associated Click event, but putting Me!MyControl.SetFocus in that event doesn't work (unless I click the page body, not just the tab, which is pretty lame). Is there a simple solution?
Regards, Blake
Regards, Blake