Link to home
Start Free TrialLog in
Avatar of f_asmaa
f_asmaa

asked on

Comining more than one Windows project in one solution

Hello,

I want to combine different Windows projects (VB.NET 2003) in on solution. How can I make reference to Windowsapplication from another WindowsApplication?
Avatar of eventprostrategies
eventprostrategies

Hey -- i wondered about this one for awhile after downloading one solution after another (from codeproject et al) with multiple projects.

then i found it.

open your solution.
File > Add Project > New Project (or Existing Project)

heh ... it was there the whole time.  No more need for my laptop to have 3-5+ visual studio's open! ... *eyes the taskbar* ... yet i have 3 of them open now.  oh well :P
Avatar of f_asmaa

ASKER

Yes, Iknow this. But how can you refer to WindowsProject2 from WindowsProject1?
SOLUTION
Avatar of AlexFM
AlexFM

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of f_asmaa

ASKER

Will public variables in one project be seen by other projects in the same solution?
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial