By ShilpaGokula Giridaran
Here is an example of how you can create an editor using C#.
Download the code - editor.cs
To compile the file, use the following command:
csc /r:MicroSoft.Win32.Interop.dll /r:System.dll /r:System.WinForms.dll /r:System.Drawing.dll /t:Winexe editor.cs