|
|
Articles in this category - 3
C# NotePad
|
| Notepad program written in C#. Will show you how to use various dialogs in C#, how to copy&paste using clipboard and without clipboards, how to use windows registry for saving default setting of notep |
NotePad Like Editor In C#
|
| Here is an example of how to create a NotePad like editor in C#. This code involves the usage of ToolBar, StatusBar, Menu, File Manipulation and a lot of String Functions. For this project I tried to |
TextReader and TextWriter In C#
|
| This article covers the information of how to read or write (Unicode) character based data through TextReader and TextWriter. The TextReader and TextWriter are base classes... |
|
|