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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top