View Single Post
  #2 (permalink)  
Old 12-01-2008, 2:27 PM
IfYouSaySo IfYouSaySo is offline
VB.NET Forum Fanatic
.NET Framework: .NET 2.0 (VS 2005)
 
Join Date: Jan 2006
Location: Hermosa Beach, CA
Posts: 102
Reputation: 59
IfYouSaySo is on a distinguished programming path ahead
Default

my understanding is that a mdi parent form does not typically have any controls on it (besides menus & toolbars etc). I had the same problem btw when I tried to use ToolStripContainer, the following forum topic on msdn is relevent: Re: ToolStripContainers and MDI applications - MSDN Forums.

I am wondering why your datagrid panels are on the mdi parent, and not on a child form?
Reply With Quote