AppCatcher is a Windows Forms application written in C#. The main functionality of the application is to embed external application windows within a tabbed interface. Users can manage multiple windows within a single interface, detach them back to standalone windows, or close them directly from the application.
- Embed External Windows: Capture and embed external application windows into tabs.
- Tabbed Interface: Manage multiple applications in a single window with a tabbed interface.
- Detach Windows: Detach embedded windows back into standalone applications.
- Close Windows: Close embedded windows directly from the app.
- Clone the repository:
git clone https://github.com/Ravid-Levy/AppCatcher.git
- Open the project in Visual Studio.
- Build the solution.
- Run the application.
- Launch the application.
- Use the "List Windows" button to view all open windows on your system.
- Select a window to embed in a tab.
- Manage the window through the tabbed interface:
- Click "D" to detach the window.
- Click "X" to close the window.
- .NET Framework 4.7.2 or higher
- Windows operating system
Feel free to submit issues and pull requests. Contributions are welcome!
This project is licensed under the MIT License.