Click here to Skip to main content
15,895,709 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi all,

I have a windows application in VB.NET, which has two projects PRJ_ONE and PRJ_TWO in it.

I need to open the frmONE_test.vb, which is in project PRJ_TWO from a form in the project PRJ_ONE.

How can i do this.

Please help me to do this

Thank you
-JO
Posted

1 solution

I had the same problem a few weeks back. If I recall correctly, there is no way to do this. I ended up just adding the form That I needed to the primary project. You CAN have the secondary form open when the primary form loads by right-clicking on the solution in the SolutionExplorer and selecting "Set Startup Projects". From there you can set the order in which the forms are opened. Hope this helps.
 
Share this answer
 
Comments
sijo 2 21-Mar-13 0:47am    
thank you 7774tlas for your time
i am still looking for another option. since both are windows apps there will be some way to solve it. now i am thinking to deploy both separately and then invoke one from another.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900