G
Guest
using VS 2003
Is there a solution/work around
//the following, and all variations, creates a compile erro
abstract class MyAbstrac
{ ...
public class Foo : System.Windows.Forms.Form, MyAbstrac
{ ...
/
this doesn’t create a compile error but the “designer†hides the form and gives an informational error that basically says cannot create an instance of form. Application runs O’
*
abstract class MyAbstract: System.Windows.Forms.For
{ ...
public class Foo : MyAbstrac
{ ...
Is there a solution/work around
//the following, and all variations, creates a compile erro
abstract class MyAbstrac
{ ...
public class Foo : System.Windows.Forms.Form, MyAbstrac
{ ...
/
this doesn’t create a compile error but the “designer†hides the form and gives an informational error that basically says cannot create an instance of form. Application runs O’
*
abstract class MyAbstract: System.Windows.Forms.For
{ ...
public class Foo : MyAbstrac
{ ...