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