Visual Basic Text Editor
A new text editor tutorial is available on the blog!
In this tutorial you will build a simple text editor similar to Microsoft WordPad. Before you begin, make sure you have covered the Visual Basic tutorials, as this tutorial uses basic VB knowledge such as If Statements, for and Foreach Statements, and methods. Since the tutorial is quite long, it is available as a PDF only. Download it below.
Text Editor Contents
ABOUT
LICENSE
PART A – DESIGN PAGE 2
SAVE WORK – DIALOG
OPEN WORK –DIALOG
THE MAIN MENU
THE TOOL BAR
THE STATUS STRIP
THE CONTEXT MENU STRIP
THE RICHTEXTBOX
THE TIMER
PART B – CODING PAGE 11
CREATING REGIONS
MAIN MENU – FILE
MAIN MENU – EDIT
MAIN MENU – TOOLS
TOOL BAR
TOOL BAR – BOLD, ITALIC, UNDERLINE, STRIKETHROUGH
TOOL BAR – ALIGN LEFT, RIGHT, CENTER, WORD CASE, AND ZOOM
TOOL BAR – FONT SIZE AND FONT-FAMILY
RIGHT CLICK MENU
YOU’RE DONE
Downloads
Visual Basic Text Editor. Source Code: Visual Basic Text Editor – Source Code. Check the downloads page for updates.