Skip to content

Latest commit

 

History

History
45 lines (30 loc) · 1.36 KB

README.md

File metadata and controls

45 lines (30 loc) · 1.36 KB

AppCatcher

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.

Features

  • 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.

Installation

  1. Clone the repository:
    git clone https://github.com/Ravid-Levy/AppCatcher.git
  2. Open the project in Visual Studio.
  3. Build the solution.
  4. Run the application.

Usage

  1. Launch the application.
  2. Use the "List Windows" button to view all open windows on your system.
  3. Select a window to embed in a tab.
  4. Manage the window through the tabbed interface:
    • Click "D" to detach the window.
    • Click "X" to close the window.

Requirements

  • .NET Framework 4.7.2 or higher
  • Windows operating system

Contributing

Feel free to submit issues and pull requests. Contributions are welcome!

License

This project is licensed under the MIT License.