Some Windows Forms Application (aka winforms) examples written primarily for educational purposes.
Note: I don't take this repo seriously. This is mainly a resource I can link people to when teaching.
- Fade In Fade Out
- Sliding Puzzle Game
- Borderless Window (Movable + Resizable + Minimizable + Maximizable)
- 2D Circle Collision Detection Example
- Custom Buttons
- Circle Buttons
- Custom Bordered Buttons
- Navigation Bar
- Transparent Screen Selector
- Animated Control Resize Helper Method
- Animated Logo On Launch (gif image)
- Install Visual Studio if not already installed, and be sure to include the dependencies for .NET and desktop development.
- Note: You need to use Visual Studio (not Visual Studio Code). Visual Studio Code does not have winforms designers.
- Download this repository and unzip the contents.
- Open the
dotnet-winforms-examples.sln
file in Visual Studio.