Show a form as a dialog box in C#
About about = new About();
// Show it as a diaglog
about.ShowDialog();
// Show it as a form
about.Show();
// Show it as a diaglog
about.ShowDialog();
// Show it as a form
about.Show();

0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home