Click here to Skip to main content
16,013,918 members
Home / Discussions / C#
   

C#

 
GeneralStrip commas Pin
Odyssey3619-May-04 18:35
Odyssey3619-May-04 18:35 
GeneralRe: Strip commas Pin
Heath Stewart19-May-04 18:46
protectorHeath Stewart19-May-04 18:46 
GeneralRe: Strip commas Pin
Bee Master19-May-04 19:08
Bee Master19-May-04 19:08 
GeneralRe: Strip commas Pin
Uwe Keim19-May-04 23:24
sitebuilderUwe Keim19-May-04 23:24 
GeneralRe: Strip commas Pin
Bee Master20-May-04 5:09
Bee Master20-May-04 5:09 
GeneralRe: Strip commas Pin
Bitwise Gamgee20-May-04 5:22
Bitwise Gamgee20-May-04 5:22 
GeneralRTF - Codes Pin
Moon Boy19-May-04 14:12
Moon Boy19-May-04 14:12 
GeneralRe: RTF - Codes Pin
Charlie Williams19-May-04 17:28
Charlie Williams19-May-04 17:28 
First off, you're getting the square because you're trying to set RTF codes using the Text property, which has no knowledge of RTF codes. (And you're not using the @ symbol in front of your string, so C# thinks "\b" is an escape character. Either make it a string literal or escape the backslash "\\b".)


If you want direct access to the RTF codes in a RichTextBox, you should use the Rtf or SelectedRtf properties.

However, I don't think that's what you're looking for, as it will make it quite a bit more difficult than using SelectionFont, SelectionColor, etc. The Rtf and SelectedRtf properties will give you the entire Rtf formatting string for the contents of the control or selection, respectively. There are intended more for pasting RTF from other sources. You can't use them to simply turn bold or color on or off.





Charlie

if(!curlies){ return; }
GeneralDataGrid, Generic GDI+ errors, and a Big Red X Pin
inyoursadachine19-May-04 13:30
inyoursadachine19-May-04 13:30 
GeneralRe: DataGrid, Generic GDI+ errors, and a Big Red X Pin
Heath Stewart19-May-04 13:52
protectorHeath Stewart19-May-04 13:52 
GeneralRe: DataGrid, Generic GDI+ errors, and a Big Red X Pin
inyoursadachine19-May-04 14:22
inyoursadachine19-May-04 14:22 
GeneralRe: DataGrid, Generic GDI+ errors, and a Big Red X Pin
Heath Stewart19-May-04 18:28
protectorHeath Stewart19-May-04 18:28 
GeneralRe: DataGrid, Generic GDI+ errors, and a Big Red X Pin
inyoursadachine20-May-04 5:41
inyoursadachine20-May-04 5:41 
GeneralRe: DataGrid, Generic GDI+ errors, and a Big Red X Pin
Heath Stewart20-May-04 5:47
protectorHeath Stewart20-May-04 5:47 
GeneralRe: DataGrid, Generic GDI+ errors, and a Big Red X Pin
ABean19-May-04 15:11
ABean19-May-04 15:11 
GeneralC#'s sprintf Pin
ABean19-May-04 13:19
ABean19-May-04 13:19 
GeneralRe: C#'s sprintf Pin
Heath Stewart19-May-04 13:24
protectorHeath Stewart19-May-04 13:24 
GeneralRe: C#'s sprintf Pin
ABean19-May-04 13:26
ABean19-May-04 13:26 
GeneralRe: C#'s sprintf Pin
ABean19-May-04 13:25
ABean19-May-04 13:25 
GeneralRe: C#'s sprintf Pin
Heath Stewart19-May-04 13:32
protectorHeath Stewart19-May-04 13:32 
GeneralRe: C#'s sprintf Pin
ABean19-May-04 13:46
ABean19-May-04 13:46 
GeneralMysterious behaviour (freezing) Pin
GuntherR19-May-04 12:40
GuntherR19-May-04 12:40 
GeneralRe: Mysterious behaviour (freezing) Pin
je_gonzalez19-May-04 18:02
je_gonzalez19-May-04 18:02 
GeneralRe: Mysterious behaviour (freezing) Pin
GuntherR20-May-04 3:43
GuntherR20-May-04 3:43 
GeneralDllImport specification Pin
Colin Angus Mackay19-May-04 11:59
Colin Angus Mackay19-May-04 11:59 

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.