Form inheritance for different projects under a solution

  • Thread starter Thread starter Benson
  • Start date Start date
B

Benson

I construct some base forms so that we can inherit from them in coding
different types of programs (eg. Master program, Inquiry program). I know
under a solution (*.sln) in VS2005, we can have more than 1 project. I
placed the base forms under one of the project and found that they cannot be
inherited by another project in the same solution file.

Question:
How to place the base forms (in VS2005), so that they can be inherited by
all projects under the same solution file?

Benson
VB2005, VS2005 std
 
Benson,

They can be inherrited, however you need to give the right namespace for
that project you are inheriting.

Cor
 
Back
Top