February 16, 2016

Word Editor : Visual C#



   The following program is a text-editor cum text-to-speech converter. It enable users to edit text as well as listen to them. This program uses MDI (Multiple Document Interface) property which enable users to work on multiple files simultaneously. This program was created using Visual C# in Visual Studio Express 2013 IDE.




This program requires .NET Framework 4.5



Word Editor - Concept



MDI Concept


This program uses MDI (Multiple Document Interface) property which enable users to work on multiple files simultaneously. The application window of an MDI program is called the parent window, and each window inside the application is referred to as a child window. Although an MDI application can have many child windows, each has only one parent window. Furthermore, a maximum of one child window can be active at once.


Text to Speech Concept


This program utilizes the System.Speech.Synthesis namespace for converting text to speech. SpeakAsync() method is used to speak a word. There are two properties used here; one is volume, another one is Rate. This program also provides a facility to convert text into audio file in wav file format.



Word Editor – Screenshots




Word Editor - Idle


Word Editor - New Window


Word Editor - Multiple Windows
 

Word Editor - Opening File



Word Editor - Editing Text


Word Editor - Print Preview


Word Editor - Saving text to audio in wav file format



Word Editor - Features 


  • GUI entirely customizable
  • Work on multiple files simultaneously
  • Multi-View
  • Text to Speech Converter
  • Save text to audio in wav file format
  • Print Preview  
  • Print multiple pages



Downloads


Click here to view and download the source code of Word Editor (229 KB). 

 

Click here to download only the executable of this program (62 KB).

 

No comments:

Post a Comment