Dimsion,
You could compile the forms you want reuse into a .NET Assembly (.dll or
.exe) and then add the respective assembly as a reference to any project you
wish to use the forms for.
Shaun McDonnell
> Hi everyone,
>
[quoted text clipped - 3 lines]
>
> Thanks!
RobinS - 15 Feb 2007 06:58 GMT
If the project is in the same solution, couldn't you set up a reference to
projectB in projectA, and then access the form like projectB.myForm.Show()
?
Robin S.
--------------------------------------
> Dimsion,
>
[quoted text clipped - 11 lines]
>>
>> Thanks!