Click here to Skip to main content
15,909,953 members
Home / Discussions / C#
   

C#

 
QuestionText editor in c# Pin
veluru krishna13-Nov-06 4:44
veluru krishna13-Nov-06 4:44 
AnswerRe: Text editor in c# Pin
ednrgc13-Nov-06 4:50
ednrgc13-Nov-06 4:50 
GeneralRe: Text editor in c# Pin
veluru krishna13-Nov-06 4:55
veluru krishna13-Nov-06 4:55 
GeneralRe: Text editor in c# Pin
ednrgc13-Nov-06 5:00
ednrgc13-Nov-06 5:00 
AnswerRe: Text editor in c# Pin
ednrgc13-Nov-06 4:53
ednrgc13-Nov-06 4:53 
GeneralRe: Text editor in c# Pin
veluru krishna13-Nov-06 4:58
veluru krishna13-Nov-06 4:58 
GeneralRe: Text editor in c# Pin
ednrgc13-Nov-06 5:14
ednrgc13-Nov-06 5:14 
AnswerRe: Text editor in c# Pin
Jamie Nordmeyer13-Nov-06 5:21
Jamie Nordmeyer13-Nov-06 5:21 
You can't expect anybody to do your homework for you, which it appears is what you want based on the rest of this thread. What you CAN do, is browse through CodeProject, and look for samples, of which there are plenty. If all you want is a basic text editor (no syntax coloring, etc.), you can do so with a multiline text box. Then, just add in menus to the main window, and a context menu to your text box, and you're set.

If you're looking for an advanced editor, then you're going to need to use the Rich Text control (or roll your own, which is orders more difficult).

Either way, you'll have to do the work yourself, and not expect someone else to do it for you. If someone else does it, you don't learn anything, and we end up with another programmer in the job pool who can't hack it in the work force.

Kyosa Jamie Nordmeyer - Taekwondo Yi (2nd) Dan
Portland, Oregon, USA

GeneralRe: Text editor in c# Pin
veluru krishna13-Nov-06 5:32
veluru krishna13-Nov-06 5:32 
AnswerRe: Text editor in c# Pin
aamironline13-Nov-06 6:06
aamironline13-Nov-06 6:06 
AnswerRe: Text editor in c# Pin
Judah Gabriel Himango13-Nov-06 6:25
sponsorJudah Gabriel Himango13-Nov-06 6:25 
QuestionValidation Pin
Deepasubramanian13-Nov-06 4:21
Deepasubramanian13-Nov-06 4:21 
AnswerRe: Validation Pin
ednrgc13-Nov-06 4:54
ednrgc13-Nov-06 4:54 
GeneralRe: Validation Pin
Deepasubramanian13-Nov-06 5:39
Deepasubramanian13-Nov-06 5:39 
QuestionMaking a control visible from Form.OnMouseEnter Pin
Jon Hulatt13-Nov-06 4:02
Jon Hulatt13-Nov-06 4:02 
AnswerRe: Making a control visible from Form.OnMouseEnter Pin
ednrgc13-Nov-06 5:21
ednrgc13-Nov-06 5:21 
GeneralRe: Making a control visible from Form.OnMouseEnter Pin
Jon Hulatt13-Nov-06 6:26
Jon Hulatt13-Nov-06 6:26 
AnswerRe: Making a control visible from Form.OnMouseEnter Pin
aamironline13-Nov-06 6:14
aamironline13-Nov-06 6:14 
GeneralRe: Making a control visible from Form.OnMouseEnter Pin
Jon Hulatt13-Nov-06 6:27
Jon Hulatt13-Nov-06 6:27 
GeneralRe: Making a control visible from Form.OnMouseEnter Pin
ejuanpp13-Nov-06 22:27
ejuanpp13-Nov-06 22:27 
QuestionNumericUpDown Pin
sujithkumarsl13-Nov-06 2:42
sujithkumarsl13-Nov-06 2:42 
AnswerRe: NumericUpDown Pin
J4amieC13-Nov-06 3:30
J4amieC13-Nov-06 3:30 
Questionformating crystal report Pin
hadad13-Nov-06 2:27
hadad13-Nov-06 2:27 
AnswerRe: formating crystal report Pin
darkelv13-Nov-06 4:03
darkelv13-Nov-06 4:03 
GeneralRe: formating crystal report Pin
hadad13-Nov-06 5:30
hadad13-Nov-06 5:30 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.