I have created a notepad, a Tic Tac Toe and a scientific calculator. All these are in different projects.
Now, I am creating another project. It will Have three buttons, one for calculator, one for tic tac toe, and one for notepad. On clicking any of the buttons, the respective project should run.
For example, if a user clicks on notepad, then the notepad project should start execution and the user should be able to use notepad. Is there a way to do this?
If each of your projects in a standalone exe, you can do something like this