https://github.com/pprattis/mouse-events-and-counters-in-visual-csharp
A windows forms application implementing basic layout elements and keeping track of mouse click, hover, enter, button clicked and other events and showing them to the user.
https://github.com/pprattis/mouse-events-and-counters-in-visual-csharp
application computer-science csharp mouse-events mouse-tracking program student windows-forms
Last synced: about 2 months ago
JSON representation
A windows forms application implementing basic layout elements and keeping track of mouse click, hover, enter, button clicked and other events and showing them to the user.
- Host: GitHub
- URL: https://github.com/pprattis/mouse-events-and-counters-in-visual-csharp
- Owner: pprattis
- License: mit
- Created: 2019-10-22T08:54:09.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-23T13:03:35.000Z (over 6 years ago)
- Last Synced: 2025-03-29T20:44:46.750Z (about 1 year ago)
- Topics: application, computer-science, csharp, mouse-events, mouse-tracking, program, student, windows-forms
- Language: C#
- Homepage:
- Size: 16.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# A C# Program / Project
**This is a simple C# project from my early days as a Computer Science student**
_This programm was created for the third semester class Object-oriented Application Development
and is one of a few C# programms neccessary to pass the class_
> #### Description of project
>
>>A windows forms application implementing basic layout elements and keeping track of mouse click, hover, enter, button clicked and other events and showing them to the user.
> #### About this project
>
> - The comments to make the code understandable, are within the .cs archives
> - This project was written in Visual Studio IDE
> - This repository was created to show the variety of the work I did and experience I gained as a student
>