Distributed Applications
-
Hi How Can I Run A Form In External Seluotion
-
Hi How Can I Run A Form In External Seluotion
What do you mean by that? Forms are in projects, projects are in solutions. So, what type of project is the form in? If it is a class library then that's easy to do. You can add a project to many solutions - just add the project the form is in to the solution that you want to use it in and then add the appropriate reference in project that you want to use the form in.
Upcoming events: * Glasgow: Mock Objects, SQL Server CLR Integration, Reporting Services, db4o, Dependency Injection with Spring ... * Reading: Developer Day 5 Never write for other people. Write for yourself, because you have a passion for it. -- Marc Clifton My website
-
What do you mean by that? Forms are in projects, projects are in solutions. So, what type of project is the form in? If it is a class library then that's easy to do. You can add a project to many solutions - just add the project the form is in to the solution that you want to use it in and then add the appropriate reference in project that you want to use the form in.
Upcoming events: * Glasgow: Mock Objects, SQL Server CLR Integration, Reporting Services, db4o, Dependency Injection with Spring ... * Reading: Developer Day 5 Never write for other people. Write for yourself, because you have a passion for it. -- Marc Clifton My website
I Mean That I have tow projects first project Will be the menu witch Call the Other projects ? How Can I Do That My Forms Is Not in one selution or 1 project its destiputed
-
I Mean That I have tow projects first project Will be the menu witch Call the Other projects ? How Can I Do That My Forms Is Not in one selution or 1 project its destiputed
Do you mean you want to make a program that will start your other programs? Look at the Process class.
The best way to accelerate a Macintosh is at 9.8m/sec² - Marcus Dolengo