Tab Order suddenly began going backwards
-
I have an application with several dialogs, all have logical Tab-Ordering. Everything was great up until a month ago when suddenly, the tab order began changing. Some dialogs presented a reverse tab-order and some a very puzzling tab-order. I've checked my resources with the built-in resource-editor in VC, checked the .rc file, used an external viewer and the order looks like it's suppose to look, but my application decides to twist it. What could cause this sort of behaviour ? Where should I look for the causes of this problem ? Is it possible that the dynamic creation of controls can cause this kind of behaviour ? How are dynamically created controls treated with tab-ordering (I'm asking although my dynamic-controls do not have the WS_TABSTOP style) ? thanks