B
Bob Denny
Several times over the last few weeks, I discovered that the designer has
reordered the TabPages on a TabControl in CODE only. If you look at the
TabPages collection in the visual property browser for the TabControl, the
tabs are shown in the correct order. However the "Windows Form Designer
generated code" for the TabControl where it is adding the TabPages
this.tabBrowse.Controls.Add(this.tpxxx);
gets scrambled. I swear on a stack of bibles I haven't touched the Windows
Form Designer generated code at all The problem is fatal to my
application. It was a real biatch to find the first time, as I don't paw
through the Windows Form Designer generated code.
Any thoughts or other experiences on this? The last time it happened was on
a release build for the MSI distribution kit!
-- Bob
reordered the TabPages on a TabControl in CODE only. If you look at the
TabPages collection in the visual property browser for the TabControl, the
tabs are shown in the correct order. However the "Windows Form Designer
generated code" for the TabControl where it is adding the TabPages
this.tabBrowse.Controls.Add(this.tpxxx);
gets scrambled. I swear on a stack of bibles I haven't touched the Windows
Form Designer generated code at all The problem is fatal to my
application. It was a real biatch to find the first time, as I don't paw
through the Windows Form Designer generated code.
Any thoughts or other experiences on this? The last time it happened was on
a release build for the MSI distribution kit!
-- Bob