by
Psynic on 02-11-2010 at 07:53 PM
Being a new programmer there is no doubt that in my effort to expand my c# knowledge, there will be alot of questions asked.
So far my notepad supports scaling the main textbox with the main window, the autoscroll feature so if enough text is entered you can properly scroll through the text. The program also supports Open, Save, Copy, Cut, Paste, Select All and about notepad which opens a new form with some information about the program.
I am currently tryin to implement
Read More