Inherited Forms

I have a base form with some buttons and a splitter control. On the splitter I have put a panel on each section of the splitter. I have several forms that inherit from this base form. On those forms I have placed controls on one of the panels in the splitter.
My problem is that if I make any changes to the base form (even if they are code only), some (not all) of my inherited forms will be screwed up. The controls on these iherited forms that have been placed onto the panel will no longer show on the panel. The controls are there but the code to add them as childeren to the panel is gone.
Any help would be appreciated.
[636 byte] By [TravisXXX] at [2008-2-15]
# 1
Travis
The problem is because of the windows forms designer module. But one thing you can do CTRL + Z (Undo). It will restore the code.

MuthuKrishnan.R at 2007-8-21 > top of Msdn Tech,Visual Basic,Visual Basic General...
# 2
Hi,
would you try reporting this as a bug?
http://lab.msdn.microsoft.com/productfeedback/default.aspx
cheers,
Paul June A. Domag
PaulDomag at 2007-8-21 > top of Msdn Tech,Visual Basic,Visual Basic General...
# 3
Hi,

I agree this sounds like a bug. Thanks for pointing it out.

We'll have a look on our side, and if we learn of a workaround or fix, we'll reply.

thanks,
Paul

PaulYuk_MS at 2007-8-21 > top of Msdn Tech,Visual Basic,Visual Basic General...
# 4
Just add extra panel and place your buttons on it. Then anchor this panel as you want. This work for me.
appler at 2007-8-21 > top of Msdn Tech,Visual Basic,Visual Basic General...