Creating A Text Editor In C# And Visual Basic (Part B Coding)
PART B – CODING SETTING UP REGIONS AND METHODS We will first setup our coding regions and methods, and there will be a few methods to create. In code view add the following regions and methods (to see code, click View > Code). C# VB #region Methods #region Tabs private void AddTab() { } […]