https://github.com/spimy/vb-menu
https://github.com/spimy/vb-menu
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/spimy/vb-menu
- Owner: Spimy
- Created: 2022-01-21T09:44:20.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-28T11:27:05.000Z (almost 4 years ago)
- Last Synced: 2025-02-10T01:41:31.445Z (11 months ago)
- Language: Visual Basic .NET
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vb-menu
We are usually asked to create a menu for console applications for school projects and homework.
I got tired writing the same code over and over again so I made this to help reduce the amount\
of code that I need to write and instead allow me to focus on writing the actual functionality of the project.
The `BaseMenu.vb` file contains the abstract class to be imported into a project that requires a menu.\
Examples on how to use it can be found in the `Example Menus` folder.