I'm working on a windows application in VB.NET 2005. I have a form with a tab control with several tabs. On one of the tabs I have a panel control that has two radio buttons in it. I've setup the panel and the radio buttons to be tab stops, but when I navigate to this particular tab, it gives the focus to the first button at the bottom of the tab instead of the radio buttons. I have verified that the tab indexes are correct and that the radio buttons' tab stop properties are set to True. Am I just spinning my wheels here? Is there anyway to get the tab order to work properly?
Thanks in advance for any assistance...
Thanks in advance for any assistance...