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.
--------------------------------------
[quoted text, click to view] "Shaun C McDonnell" <sm-nospammmmmers@eisoft.com> wrote in message
news:9C4FEED5-E52F-4E44-B2B7-48E615790B04@microsoft.com...
> 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
>
> "Dimsion" <dimsion@hotmail.com> wrote in message
> news:eqei4CGUHHA.4764@TK2MSFTNGP05.phx.gbl...
>> Hi everyone,
>>
>> Does anyone know how i can access forms from different project. I have
>> multiple projects and i was wondering if it would be possible to access
>> those forms without adding it in it into the project itself.
>>
>> Thanks!
>>