Code:public partial class Switchboard : Form { public Switchboard() { InitializeComponent(); button1.Click += button1_Click; } private void button1_Click(object sender, EventArgs e) { LifeInsurance frm = new LifeInsurance( "foo" ); frm.Show( ); } }
| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | VB Forums | Developer.com |
|
Results 1 to 15 of 27
Thread: Form Load Event never firedThreaded View
Tags for this Thread |
Click Here to Expand Forum to Full Width |