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

C#

 
QuestionParsing "tags" in a string Pin
Quake2Player5-Jun-09 12:51
Quake2Player5-Jun-09 12:51 
AnswerRe: Parsing "tags" in a string Pin
Christian Graus5-Jun-09 14:57
protectorChristian Graus5-Jun-09 14:57 
QuestionHow To Identify Control In C# Click Event Pin
Member 44650075-Jun-09 11:52
Member 44650075-Jun-09 11:52 
AnswerRe: How To Identify Control In C# Click Event Pin
Christian Graus5-Jun-09 11:57
protectorChristian Graus5-Jun-09 11:57 
AnswerRe: How To Identify Control In C# Click Event Pin
Henry Minute5-Jun-09 12:00
Henry Minute5-Jun-09 12:00 
AnswerRe: How To Identify Control In C# Click Event [modified] Pin
I Believe In GOD5-Jun-09 12:23
I Believe In GOD5-Jun-09 12:23 
AnswerRe: How To Identify Control In C# Click Event Pin
Member 44650075-Jun-09 14:29
Member 44650075-Jun-09 14:29 
QuestionApplying a TextDecoration within a TextRange in RithcTextBox Pin
paradisonoir5-Jun-09 10:53
paradisonoir5-Jun-09 10:53 
Hi,

I have a [System.Control.RichTextBox][1] (not System.Form.RichTextBox), and I would like look for a specific word, and apply certain decoration on the found phrase. so far, I got
this, but it's not working properly. I am looking for **a list of words**, but the TextPointer are not pointing to the right location.Therefore, all my ranges are incorrect. Any idea to do it better?

thanks,

I do run this in a loop of my words:

startPos =  new TextRange(richTextBox.Document.ContentStart, richTextBox.Document.ContentEnd).Text.IndexOf(word);

leftPtr = textPointer.GetPositionAtOffset(startPos+1, LogicalDirection.Forward);

Rect leftSelectedRect=  textPointer.GetCharacterRect(LogicalDirection.Forward);

rightPtr = textPointer.GetPositionAtOffset((startPos+Word.Length), LogicalDirection.Backward);

Rect rightSelectedRect = textPointer.GetCharacterRect(LogicalDirection.Forward);

TextRange myRange = new TextRange(leftPtr, rightPtr);


[1]: http://msdn.microsoft.com/en-us/library/system.windows.controls.richtextbox.aspx
AnswerAttempt to bump post!! Pin
Henry Minute5-Jun-09 11:55
Henry Minute5-Jun-09 11:55 
GeneralRe: Attempt to bump post!! Pin
paradisonoir9-Jun-09 13:51
paradisonoir9-Jun-09 13:51 
QuestionA Problem with Graphics object in GDI draw functions ??? Pin
magicii5-Jun-09 10:04
magicii5-Jun-09 10:04 
AnswerRe: A Problem with Graphics object in GDI draw functions ??? Pin
Henry Minute5-Jun-09 10:12
Henry Minute5-Jun-09 10:12 
AnswerRe: A Problem with Graphics object in GDI draw functions ??? Pin
ARon_5-Jun-09 11:40
ARon_5-Jun-09 11:40 
GeneralRe: A Problem with Graphics object in GDI draw functions ??? Pin
Christian Graus5-Jun-09 11:59
protectorChristian Graus5-Jun-09 11:59 
GeneralRe: A Problem with Graphics object in GDI draw functions ??? Pin
ARon_5-Jun-09 12:31
ARon_5-Jun-09 12:31 
GeneralRe: A Problem with Graphics object in GDI draw functions ??? Pin
Christian Graus5-Jun-09 14:59
protectorChristian Graus5-Jun-09 14:59 
Question[Message Deleted] Pin
hkjghkj15-Jun-09 8:50
hkjghkj15-Jun-09 8:50 
AnswerRe: Sounds Pin
Dave Kreskowiak5-Jun-09 9:56
mveDave Kreskowiak5-Jun-09 9:56 
AnswerRe: Sounds Pin
DaveyM695-Jun-09 10:23
professionalDaveyM695-Jun-09 10:23 
AnswerRe: Sounds Pin
ARon_5-Jun-09 11:22
ARon_5-Jun-09 11:22 
QuestionRichTextBox does not have string property Pin
paradisonoir5-Jun-09 8:39
paradisonoir5-Jun-09 8:39 
AnswerRe: RichTextBox does not have string property Pin
Blue_Boy5-Jun-09 9:42
Blue_Boy5-Jun-09 9:42 
AnswerRe: RichTextBox does not have string property Pin
paradisonoir5-Jun-09 9:45
paradisonoir5-Jun-09 9:45 
QuestionSYSTEM RESTORE Pin
rick05565-Jun-09 7:19
rick05565-Jun-09 7:19 
AnswerRe: SYSTEM RESTORE Pin
EliottA5-Jun-09 7:27
EliottA5-Jun-09 7:27 

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.