Say I have two or more applications in Visual Studio. They are both Windows forms. Application1 has a listbox. Is it possible, without referencing the other projects, to launch the other applications from the location where their executable file is, and get some form of reference or object of that instance, so from Application1 I can close it, or perform actions on it such as maximize/minimize? Thanks.