Search Forum
(53671 Postings)
Search Site/Articles

Archived Articles
712 Articles

C# Books
C# Consultants
What Is C#?
Download Compiler
Code Archive
Archived Articles
Advertise
Contribute
C# Jobs
Beginners Tutorial
C# Contractors
C# Consulting
Links
C# Manual
Contact Us
Legal

GoDiagram for .NET from Northwoods Software www.nwoods.com


 
Printable Version

Create An Editor Using C#
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