Click here to Skip to main content
15,890,557 members
Home / Discussions / C#
   

C#

 
AnswerRe: How to work with timer control in C# Pin
Christian Graus7-May-06 22:07
protectorChristian Graus7-May-06 22:07 
QuestionAbout C programming Pin
SYS867-May-06 21:50
SYS867-May-06 21:50 
AnswerRe: About C programming Pin
J4amieC7-May-06 21:56
J4amieC7-May-06 21:56 
AnswerRe: About C programming Pin
Christian Graus7-May-06 22:06
protectorChristian Graus7-May-06 22:06 
QuestionHow to change ToolBar BackColor Pin
Partha De7-May-06 21:46
Partha De7-May-06 21:46 
AnswerRe: How to change ToolBar BackColor Pin
KrIstOfK7-May-06 22:39
KrIstOfK7-May-06 22:39 
QuestionNeed an advice on creating a text editor Pin
Cristoff7-May-06 21:05
Cristoff7-May-06 21:05 
AnswerRe: Need an advice on creating a text editor Pin
J4amieC7-May-06 21:55
J4amieC7-May-06 21:55 
hmmm, a refreshing question - most similar posts here ask for SOURCE CODE NOW PLEASE THX URGENT!!!111 Big Grin | :-D

A text editor is basically just a big multi-line textbox and a main menu (New File, Save File, Exit etc), you should be able to "knock up" this quick sample before trying anything more complex.

Your "special XML format" is a main feature, but youve provided little detail on what you want to do, and depending on how difficult you want to go you could do anything up to a full-blown XML editor (Check out a demo of XMLSpy if you get a chance).

Based on some guesswork, you might want to have some simple "tags" defined, where the style would be added after..

[heading]This is my heading[/heading]
[bodyText]This is my body text[/bodyText]


This could also be interpreted to form an XML document, an HTML document and an RTF document. There are many object-oriented ways to achieve such a pattern (thing Formatter which takes the raw text and spits out the HTML,RTF,XML etc.)



Current blacklist
svmilky - Extremely rude | FeRtoll - Rude personal emails | ironstrike1 - Rude & Obnoxious behaviour

GeneralRe: Need an advice on creating a text editor Pin
Cristoff7-May-06 23:34
Cristoff7-May-06 23:34 
GeneralRe: Need an advice on creating a text editor Pin
J4amieC7-May-06 23:41
J4amieC7-May-06 23:41 
GeneralRe: Need an advice on creating a text editor Pin
Cristoff8-May-06 4:08
Cristoff8-May-06 4:08 
QuestionInserting data into SQL Server database Pin
cshivaprasad7-May-06 19:51
cshivaprasad7-May-06 19:51 
AnswerRe: Inserting data into SQL Server database Pin
freshonlineMax7-May-06 20:12
freshonlineMax7-May-06 20:12 
GeneralRe: Inserting data into SQL Server database Pin
cshivaprasad7-May-06 21:34
cshivaprasad7-May-06 21:34 
AnswerRe: Inserting data into SQL Server database Pin
kalyanhere8-May-06 18:36
kalyanhere8-May-06 18:36 
Questionsppech sdk5.1 Pin
TheEagle7-May-06 19:38
TheEagle7-May-06 19:38 
QuestionSSL implementation problem....... Pin
Neeraj Arora7-May-06 18:17
Neeraj Arora7-May-06 18:17 
Questionnetwork configuration with C# Pin
jpablo12057-May-06 17:54
jpablo12057-May-06 17:54 
AnswerRe: network configuration with C# Pin
Ravi Bhavnani7-May-06 18:57
professionalRavi Bhavnani7-May-06 18:57 
GeneralRe: network configuration with C# Pin
jpablo12058-May-06 4:48
jpablo12058-May-06 4:48 
QuestionConvert.ToInt32() Pin
yongwpi7-May-06 16:32
yongwpi7-May-06 16:32 
AnswerRe: Convert.ToInt32() Pin
Ravi Bhavnani7-May-06 16:58
professionalRavi Bhavnani7-May-06 16:58 
AnswerRe: Convert.ToInt32() Pin
Christian Graus7-May-06 18:25
protectorChristian Graus7-May-06 18:25 
GeneralRe: Convert.ToInt32() Pin
yongwpi8-May-06 7:01
yongwpi8-May-06 7:01 
AnswerRe: Convert.ToInt32() Pin
HimaBindu Vejella8-May-06 0:10
HimaBindu Vejella8-May-06 0:10 

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.