i have a soultion that has 2 projects i want to call a form from project 2 thanx
MigrationUser 1 Monday, February 07, 2005 5:41 AM
you have to add a reference to project 2 in project 1. To do this right click on References in project 1, Add Reference, select Projects tab, select project 2...Now you can create instances of classes that are located in project 2.
MigrationUser 1 Monday, February 07, 2005 11:04 AM