Inherited Forms Lose Tab Order

  • Thread starter Thread starter Andrew Sharpe
  • Start date Start date
A

Andrew Sharpe

1.) Create a form with a tabcontrol.
2.) Change the modifier of the tab control to "protected"
3.) Add 1 tab to the tab control.
4.) Create a second form that inherits from the first.
5.) On the new form, add a 2nd tab to the inherited tab
control.
6.) Swap the order of the tabs so the new tab occurs first.
7.) Save and close the forms. Re-open the 2nd one.
Notice the tab order was not preserved.

Bug? Workaround?
 
Hello,

Andrew Sharpe said:
1.) Create a form with a tabcontrol.
2.) Change the modifier of the tab control to "protected"
3.) Add 1 tab to the tab control.
4.) Create a second form that inherits from the first.
5.) On the new form, add a 2nd tab to the inherited tab
control.
6.) Swap the order of the tabs so the new tab occurs first.
7.) Save and close the forms. Re-open the 2nd one.
Notice the tab order was not preserved.

Bug? Workaround?

This seems to be a known bug that occurs on some systems (even without
inheriting the form). I feel sorry, but AFAIK there is no workaround.

Regards,
Herfried K. Wagner
 
Thanks for your reply Herfried. Would you happen to have
a pointer to an article in the MS KnowledgeBase saying it
is a known issue? I believe you, I just want to make sure
MS knows about it so it can be fixed soon.
 
Hello,

Andrew Sharpe said:
Thanks for your reply Herfried. Would you happen to have
a pointer to an article in the MS KnowledgeBase saying it
is a known issue? I believe you, I just want to make sure
MS knows about it so it can be fixed soon.

Some weeks ago somenbody from MSFT read a posting about this issue. I coul
not find an article, bit I think/hope they know about the issue.

Regards,
Herfried K. Wagner
 
Back
Top