what you want to do is not use "Form"
but use the actually class name
Code:frmOptions frmMyOptions = new frmOptions();
frmMyOptions.show();
frmAbout frmMyAbout= new frmAbout();
frmMyAbout.show();
Printable View
what you want to do is not use "Form"
but use the actually class name
Code:frmOptions frmMyOptions = new frmOptions();
frmMyOptions.show();
frmAbout frmMyAbout= new frmAbout();
frmMyAbout.show();
That's it huh... Thanks...
It is fun, and frustrating, switching to C# from VB6!
yep it isQuote:
Originally posted by hellswraith
That's it huh... Thanks...
It is fun, and frustrating, switching to C# from VB6!
make sure you wear a hat when you program, so you dont pull out all your hair