Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 847 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 847 Bytes

DVD Animation Window

This project is a Windows Forms application that animates a selected open window by bouncing it around the screen, similar to the classic DVD screensaver. It uses P/Invoke to interact with the Windows API for window management tasks.

13

Prerequisites

• .NET Framework

• Visual Studio

Running the Application

  1. Clone the repository.
  2. Open the solution in Visual Studio.
  3. Build the solution.
  4. Run the application.

Usage

  1. The application will list all open windows.
  2. Enter the number corresponding to the window you want to animate.
  3. The selected window will start bouncing around the screen.

License

This project is licensed under the MIT License.

Acknowledgments

Inspired by the classic DVD screensaver.