|
-
Jul 27th, 2004, 01:15 PM
#1
Thread Starter
Frenzied Member
forms across projects in the same solution
hi all,
I have made a new solution, with two projects inside it,
1 - A Windows Application
2 - a class library, i use to store routines so that i can use them in the next projects.
now , look .
i have the main midi form in the project no. 1 , but the routines in project no. 2 needs to have access to the instance of the main form from project no.1 so that it can show dialogues on it and so on.
if i make the main form as a separate class in a new project , then the main form will lose connection to it's childs ( Same Problem Again).
I tried to make a refernce of the project 1 but the compiler said that you can only reference DLL file / Projects.
I just need a technique to expose the type of the main midi form to other project in the same solution
THx i Advance
BST RGDS
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
|