Calling a form(class) from one app to another- Referencing

  • Thread starter Thread starter Vijay
  • Start date Start date
V

Vijay

Hi,

I have two 'smart device applications' project created through VS 2003 whose
output is in exe form.
How can call a form from one application to another.
I mean, How can i reference it?

Thanks,
Vijay
 
You can only add references to assemblies that are stored in dll's. Would it
be an option to separate those forms you want to re-use and create a
separate assembly for those?
 
Back
Top