A simple Windows Forms text editor project. Attempting to create a text editor with the basic create/save/edit features
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
Table of Contents
A simple Windows Forms text editor project. Attempting to create a text editor with the basic create/save/edit features, as well as login and registration.
The purpose of this project is to practice using Windows Forms, not to create the next best text editor to replace Word =).
Follow these steps to download the project and get started.
- Visual Studio 2022: https://visualstudio.microsoft.com/vs/
- Clone the repo
git clone https://github.com/johnballauts/WinFormsTextEditor.git
- Open the project's Visual Studio Solution file (.sln) in Visual Studio 2022
- Text Editor Window
- Menu Strip
- File Menu
- Edit Menu
- Help Menu
- Top Tool Strip
- File Menu options
- Bold/Italic/Underline options
- Font Size
- Tool Tips on icons
- Display Username
- Left Tool Strip
- Text Editing Area
- Menu Strip
- Login Window
- Login validation
- New User Window
- Unique username registration function
Your Name - @OzBalla - [email protected] - [email protected]
Project Link: https://github.com/johnballauts/WinFormsTextEditor