Pages
(Move to ...)
Home
about
privacy policy
disclaimer
submit a post
contact me
▼
Creating sample Notepad Application using C#
Here we are creating Notepad Application using C# with following
functionality.
File: New,Open,Save,Print,Exit
Edit:Undo,Cut,Copy,Paste,Delete,Find,Select All,Date/Time
Format:Font,Color
Help:About Notepad X
Implementing the Find Function in Sample Notepad using C#
For Previous tutorial
http://futurextech.blogspot.com/2013/12/creating-sample-notepad-application.html
Find
Create another web form which will pop on clicking find Menuitem.
‹
›
Home
View web version