I have two WinForm projects(A,B) in one solution.
A project is VB.Net2
B project is C#.Net4
They both have Form.
The A project is set as startup project and has START button. When I press the button I have to activate Form from the B project.
Any Idea how can Implement it?
Thank you in advance!
You first need to get a reference from project A to project B. To do so, right-click project A, select Add Reference
, select tab Projects
, and double-click project B.
Now you'll be able to reference the form in project B in project A:
Namespace.FormName.Show()
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With