I have a one solution with 3 projects, three windowsforms.
I would like to have my main/startup project for form1 and which has 2 buttons. These should start form2/project2 and form3/project3. But how can I do this ??
I have a one solution with 3 projects, three windowsforms. I would like to
Share
You could set references to other projects and then try something like this:
or