hi friends, i have two projects say project1 and project2. i have add project2 to project1 and done "Add References". now i need to access the project2 form in project1 in 1 of my MENU how can i do this.
i have tried this code but it is giving error:
<code>
deletevehicle dv1 = new deletevehicle();
dv1.MdiParent = this;
dv1.Show()
</code>
ERROR: the type or namespace name terminal could not be found.
--
Subscription settings:
http://groups.google.com/group/dotnetdevelopment/subscribe?hl=en
