Posts
463
Comments
319
Trackbacks
1
.NET: Displaying a form within a form

public void ShowForm(Form f)

{

< P>

f.TopLevel = false;

f.FormBorderStyle = FormBorderStyle.None;

f.Dock = DockStyle.Fill;

thisContainerPanel.Controls.Add(f);

f.Show();

this.Text = f.Text;

}

posted on Thursday, August 11, 2005 1:25 PM
Comments
No comments posted yet.

Post Comment

Title *
Name *
Email
Url
Comment *  
Please add 6 and 6 and type the answer here: