|
-
Apr 19th, 2004, 02:03 PM
#1
Thread Starter
Frenzied Member
launching another project that's part of the solution
How do you reference and manipulate other forms that are part of a second project that's part of the solution you're working on?
The forms aren't showing up in intellisense even after I added the project.
-
Apr 19th, 2004, 02:28 PM
#2
Frenzied Member
make a references to your second project
go to add references, and add project output (that is if your othe project is a class dll and is able to reference it properly)
-
Apr 19th, 2004, 03:56 PM
#3
Thread Starter
Frenzied Member
aha! I missed that in my brain-storming lol I resorted to taking the (only) form and putting it into the main project.
Would it be more managable to keep seperate projects? The second project is actually a stand-alone app that I'm integrating into project one.
-
Apr 20th, 2004, 12:34 PM
#4
Frenzied Member
if they are 2 seperate standalone apps then i would keep them seperately, however if you use the same forms, methods and so on in both projects, i would create a DLL project and put all the stuff in the dll project and reference the dll.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|