I have the need to create multiple tabs in my application so it displays a bit like Chrome, I am using a default tab-box control "mainScreen" as a base and have another control calling
Code:
mainScreen.TabPages.Add(selectedprogram.Name);
Is there a way of setting it up so that when I create a new tab, there are already predefined controls in it? e.g. Name field, Description Field.
(Perhaps a predefined form to import?)
The only way I can think of is to have a function where I manually draw the tabbed-page's contents and populate them from here, this, however would not be suitable - I need to do a lot of UI testing so needs to be made in the WYSISYG editor - THat, and I'm a noob at manually coding GUIs outside the sandbox!
This post has been edited by modi123_1: 17 November 2010 - 07:47 PM
Reason for edit:: code tags

New Topic/Question
Reply
MultiQuote











|