Ho evrybody, i need your help please i have 5 projets and i want to link between them. i used 1 solution and i put the 5 projects into it but how can i call forms from different projects . please i need your halp thanks
: Ho evrybody, i need your help please : i have 5 projets and i want to link between them. : i used 1 solution and i put the 5 projects into it : but how can i call forms from different projects . : please i need your halp : thanks : : : : {I'm using on vb.net} :
1. At the solution explorer, right click on your project's name [the one that you want to use the external class in the solution]. 2. Choose Add Reference 3. Click at "Project" tab 4. Click at the external project in the solution that you wanted to link to your base project from (1) 5. Click ok 6. Import the external class in the base class.
Comments
: i have 5 projets and i want to link between them.
: i used 1 solution and i put the 5 projects into it
: but how can i call forms from different projects .
: please i need your halp
: thanks
:
:
:
: {I'm using on vb.net}
:
1. At the solution explorer, right click on your project's name [the one that you want to use the external class in the solution].
2. Choose Add Reference
3. Click at "Project" tab
4. Click at the external project in the solution that you wanted to link to your base project from (1)
5. Click ok
6. Import the external class in the base class.
Good luck!
Haziman