Hello,
I have some basic controls (e.g., checkboxes, textboxes,listboxes, etc)in a nested tab control (one tab control on the tab page of another tab control) and when I debug (F5) my application, everything looks fine. However, when I exit the application and am dumped back into the IDE designer, some of the controls have "disappeared". Sometimes there is a dotted line around their bounding box, as if they're selected but behind something.
I can't find out why the controls disappear, where they go, or how to get them back. The only way I know to get them back is to restart Visual Studio 2005. I don't have any code that hides or unhides controls and it's my understanding that all controls should be shown in the editor anyway, even if their visible property is set to false.
Any help would be appreciated, as this is very annoying and is really slowing down my development work.
Thanks,
Neville