hi ,
how can i call one window project to another window project form.
For example ,
first projecr : Colege
secomd project : University
i need to call the one of the form in university to college project .
Thanks & Regards,
M.Rajkumar
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
ali tuncerPosted Mar 8, 2016, 4:52 AM
you will do project reference, like in this article:
http://www.c-sharpcorner.com/article/project-reference-vs-dll-reference-in-visual-studio/
Rajkumar MPosted Mar 8, 2016, 4:46 AM
Rajkumar MPosted Mar 8, 2016, 4:46 AM
ali tuncerPosted Mar 7, 2016, 8:11 PM
What error do you get? Did you add reference?
Also, you are not going to use exact same code, it should be your project name, form name..
Rajkumar MPosted Mar 7, 2016, 7:09 AM
ali tuncerPosted Mar 7, 2016, 5:50 AM
if you want to call a form in university project from college project, you need to add university project as a reference to college project...call like this from college project:
a.Show();