Click here to Skip to main content
15,887,453 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
I want to make text editor in windows form.The text editor should be like for instance: gmail compose mail window which has all the formatting tools like cut,copy,paste,bold,italic etc.

how can we do this in .Net windows application?

Thanks
Posted

What Richard suggested is a "programmer way" of doing this.
I would suggest an easy way for you. Check this out:
RichTextBox Control (Windows Forms)[^]
 
Share this answer
 
Summitforfriends wrote:
how can we do this in .Net windows application?


By designing a form with menus, buttons, labels, text boxes etc, and adding some code to process all the keystrokes. How else do you think it can be done?
 
Share this answer
 
look into Scintilla.NET

Scintilla.NET[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900