In my application, none of the TabPage containers (under Microsoft.Practices.CompositeUI.WinForms.TabWorkspace) are named. I think TC8 is generating names to be used for NameMapping. The probl...
I second the namemapping thing. That is a LIFESAVER when working with dynamically named objects. In a previous life, I worked with an application that had hundreds of windows, literally, that had, effectively, the same name resolved by TC. However, by mapping that name coupled with a couple of other properties, I was able to uniquely identify each of those instances and reference them as such without having to jump through any hoops of dynamic searches.