Question RichTextBox control

ebtihal

Member
Joined
Mar 14, 2011
Messages
21
Programming Experience
Beginner
hi ..
I want to create a text editor control and I tried to download a RichTextBox control in vs 2008 but i can't find it fo free ..
any one can give me a link to download it for free ..
or any alternative control that can help me to edit text .
thanx.​
 
The text edit controls TextBox and RichTextBox is in toolbox, you just drag them to the form.
 
That sounds weird, what project type? Thread posted in Windows Forms, so that should be a Windows Forms Application project.
You also obviously have to view forms designer to do design stuff.
There's no choosing, for a forms app all the forms controls are already in toolbox.
 
Then you're in wrong place. You can start a new thread in ASP.Net section of forums, for example in Web Forms forum or perhaps Third Party Web Tools forum, since ASP.Net does not include a rich edit control.
 
Back
Top