I have a form-based application that is still in the testing phase. As a convenience while the project is in test phase, I would like to be able to open its VB project by clicking a button on the form, instead of navigating to the directory and open the project by double-clicking its icon. (I'm lazy )

I've added a button to the form. What code should I use to open the project?

Let me know if this does not make sense.

Thanks.