TextEditor
                                
                                
                                
                                    TextEditor copied to clipboard
                            
                            
                            
                        Simple text editor created with C# and Windows Forms
                                            Results
                                            
                                                2
                                            
                                            TextEditor issues
                                        
                                        Sort by
                                                recently updated
                                            recently updated
                                                
                                                newest added
                                                
                                            Hi Bro. When I used your source, I found an error in the function **fontToolStripMenuItem_Click()**,**fontToolStripMenuItem_Click**, When I press exit the form still opens a new form. How I fix errors:...
Hi bro. I was learning from your project, and I found a bug while increasing the font size from the **increaseStripButton_Click()**. Solution: ```C# private void increaseStripButton_Click(object sender, EventArgs e) {...