Sharing a User Control between Projects.

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Vignesh

    #1

    Sharing a User Control between Projects.

    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
Working...