NotePad Project.
by
, 02-11-2010 at 07:53 PM (1094 Views)
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 Print and PrintPreview features into my program. also i want to add a listbox to my form to change the font size and eventually Font style.
I want to thank thegamemaker and Quackware so far for helping me understand how to implement the features i currently have in the program
I have included some screenshots to show my progress with my Notepad project
//Selecting Font
//File Menu
//Edit Menu
//Saving A File
//Opening A File
//About Notepad menu
//About Notepad
Also you can find a download of the unfinished product as an exe here http://www.2shared.com/file/11344139...6/NoteBad.html

















