Click here to Skip to main content
15,887,683 members
Home / Discussions / C#
   

C#

 
GeneralRe: Strings in C# Pin
Daniel M. Edwards28-Sep-03 8:23
Daniel M. Edwards28-Sep-03 8:23 
GeneralTreeview Question Pin
Shahin7727-Sep-03 11:47
Shahin7727-Sep-03 11:47 
GeneralRegistry Pin
.gonad27-Sep-03 5:49
.gonad27-Sep-03 5:49 
GeneralRe: Registry Pin
Wjousts27-Sep-03 11:58
Wjousts27-Sep-03 11:58 
GeneralRe: Registry Pin
Daniel M. Edwards27-Sep-03 19:10
Daniel M. Edwards27-Sep-03 19:10 
Generalrtf to mark-up Pin
Anonymous27-Sep-03 4:25
Anonymous27-Sep-03 4:25 
GeneralRe: rtf to mark-up Pin
Anonymous27-Sep-03 4:26
Anonymous27-Sep-03 4:26 
GeneralRe: rtf to mark-up Pin
Daniel M. Edwards27-Sep-03 19:24
Daniel M. Edwards27-Sep-03 19:24 
Try this:

richTextBox1.Rtf = richTextBox1.Rtf.Replace(@"\b0 ", "</b>");
richTextBox1.Rtf = richTextBox1.Rtf.Replace(@"\b ", "<b>");

GeneralRe: rtf to mark-up Pin
leppie28-Sep-03 1:00
leppie28-Sep-03 1:00 
GeneralRe: rtf to mark-up Pin
Daniel M. Edwards28-Sep-03 6:14
Daniel M. Edwards28-Sep-03 6:14 
Questionhow to call ShellExecute in .NET Pin
bugtwo26-Sep-03 23:35
bugtwo26-Sep-03 23:35 
AnswerRe: how to call ShellExecute in .NET Pin
Nish Nishant27-Sep-03 0:06
sitebuilderNish Nishant27-Sep-03 0:06 
GeneralRe: how to call ShellExecute in .NET Pin
bugtwo27-Sep-03 0:35
bugtwo27-Sep-03 0:35 
GeneralMulty form question Pin
Jasper4C#26-Sep-03 22:58
Jasper4C#26-Sep-03 22:58 
GeneralRe: Multy form question Pin
Saikat Sen27-Sep-03 12:21
Saikat Sen27-Sep-03 12:21 
GeneralRe: Multy form question Pin
I G 19827-Sep-03 19:17
I G 19827-Sep-03 19:17 
GeneralRe: Multy form question Pin
Jasper4C#27-Sep-03 23:16
Jasper4C#27-Sep-03 23:16 
GeneralRe: Multy form question Pin
I G 19828-Sep-03 2:34
I G 19828-Sep-03 2:34 
GeneralRe: Multy form question Pin
Jasper4C#28-Sep-03 5:13
Jasper4C#28-Sep-03 5:13 
GeneralRe: Multy form question Pin
I G 19828-Sep-03 19:57
I G 19828-Sep-03 19:57 
GeneralRe: Multy form question Pin
Jasper4C#29-Sep-03 9:31
Jasper4C#29-Sep-03 9:31 
GeneralRemoting and Interfaces Pin
jerrycainjr26-Sep-03 22:11
jerrycainjr26-Sep-03 22:11 
QuestionMDIchild layout? Pin
peenu26-Sep-03 19:01
peenu26-Sep-03 19:01 
GeneralRetrieving Image from SQLServer database Pin
Meysam Mahfouzi26-Sep-03 17:58
Meysam Mahfouzi26-Sep-03 17:58 
GeneralRe: Retrieving Image from SQLServer database Pin
peenu26-Sep-03 19:02
peenu26-Sep-03 19:02 

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.