1
Answer

c# wpf open project using button

Photo of Guest User

Guest User

9y
837
1

Hi guys!

I have several projects into one project. I would like open a specific one using button.

is it possible?
 
Thanks! 

Answers (1)

0
Photo of Bhuvanesh Mohankumar
154 12.3k 3m 9y
If I understood your question,
you have multiple Projects in a solution, you need the button option to open a certain project.
you can make one project to be executed at a time and in that you can have a buttons to show the multiple project names.
When a user click on any project, you know the ".exe" files residing folder patch, if all the projects are Build and exe are available then it can execute the necessary project you required.
Note: I suggested this is for the WPF windows application.
Mark as answer, if helpful.