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();
|
Results 1 to 3 of 3
Thread: What am I doing wrong here:
|
Click Here to Expand Forum to Full Width |