inherit form from .EXE ?

  • Thread starter Thread starter john
  • Start date Start date
J

john

Hello,
I seen that i could inherit a form from .EXE in MSDN
documentation .
So, i create a templated windows form and try to inherit
it from inheritance picker.
I received an error message which said : "Impossible to
add 'templated' referece. Please verify that another
version is not referenced " ?
So, which type of EXE can be used with inheritance ?
Thanks,
John
 
* "john said:
I seen that i could inherit a form from .EXE in MSDN
documentation .

You cannot inherit from classes defined in an _other_ EXE file.
 
Back
Top