Form inheritance for different projects under a solution

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
 
C

Cor Ligthert [MVP]

Benson,

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

Cor
 

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

Top