Skip to content

This C# project animates visible application windows like the old school DVD animation by moving them around the screen in a bouncing motion, allowing users to select the target window through a console interface.

Notifications You must be signed in to change notification settings

samyak-max/DVD-Animation-Window

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

This C# project animates visible application windows like the old school DVD animation by moving them around the screen in a bouncing motion, allowing users to select the target window through a console interface.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages