zelk Posted October 2, 2003 Posted October 2, 2003 I am developing an application where I am seeking the look and feel of Microsoft Outlook. I have created some forms for my different objects (contracts, suppliers etc.). I have created ContractListForm, ContractForm, SupplierListForm and SupplierForm among others. Now, in my main form, I have a toolbar to the left and when the user clicks one of the buttons, I want to open up the correct *ListForm to the right (not in a new window). Is this possible? If not, how should I design this? I would like to be able to do just like in Outlook, where the user can chose to open the Inbox for instance either to the right, or in a new window. /Ricky Quote
*Gurus* divil Posted October 2, 2003 *Gurus* Posted October 2, 2003 It is possible. You just have to set the TopLevel property of the child form to false first, and presumably turn off the border but I expect you're already doing that. Once you've turned TopLevel off you can add one form to another just like you would any other control. By the way, there are libraries out there that can make the docking/floating thing a lot easier. If you're interested, and as a shameless plug, follow the link in my signature to check out my effort. Quote MVP, Visual Developer - .NET Now you see why evil will always triumph - because good is dumb. My free .NET Windows Forms Controls and Articles
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.