Iam Having 3 separate VB.NET Windows projects (MainProject, Project1,
Project2).
From MainProject iam calling Project1 & Projct2.
Project1 contains a user control.Project 2 also contains a User control.
MainProject Contains a WindowsForm where i want to host a User Control.
In the MainProject (WindowsForm) i want to load the usercontrol in project1
& project2 depending on some condition.
How to do it?
Thanks in advance
Project2).
From MainProject iam calling Project1 & Projct2.
Project1 contains a user control.Project 2 also contains a User control.
MainProject Contains a WindowsForm where i want to host a User Control.
In the MainProject (WindowsForm) i want to load the usercontrol in project1
& project2 depending on some condition.
How to do it?
Thanks in advance