Click here to Skip to main content
15,910,980 members
Home / Discussions / C#
   

C#

 
GeneralRe: Form Resize Pin
twoteesbrett25-Jul-05 10:21
twoteesbrett25-Jul-05 10:21 
GeneralRe: Form Resize Pin
Yigal Agam25-Jul-05 10:26
Yigal Agam25-Jul-05 10:26 
GeneralRe: Form Resize Pin
twoteesbrett25-Jul-05 10:42
twoteesbrett25-Jul-05 10:42 
GeneralRe: Form Resize Pin
Dan Neely25-Jul-05 11:13
Dan Neely25-Jul-05 11:13 
Generalbutton haldling in c# Pin
iramg25-Jul-05 8:58
iramg25-Jul-05 8:58 
GeneralRe: button haldling in c# Pin
LongRange.Shooter25-Jul-05 9:33
LongRange.Shooter25-Jul-05 9:33 
Generalform size limits Pin
RedTurtle25-Jul-05 8:34
RedTurtle25-Jul-05 8:34 
QuestionHow to double-space a rich text box? Pin
EGosnell25-Jul-05 8:14
EGosnell25-Jul-05 8:14 
I'm trying to do something that I thought was fairly simple, but I can't seem to figure it out.

I want a rich text box to be double-spaced. I've tried inserting rtf codes into the rtf of the rich text box, but nothing seems to happen. I've tried several different methods, such as:

rtbLyrics.Rtf = rtbLyrics.Rtf.ToString() + @" \sl0 \slmult1 ";

AND

rtbLyrics.Rtf = rtbLyrics.Rtf.Insert(rtbLyrics.Rtf.Length,@" \sl0 \slmult1 ");

AND

rtbLyrics.Rtf += @" \sl0 \slmult1 ";

but these don't have any effect.

How do I do this?
GeneralEncoding Pin
Bahadir Cambel25-Jul-05 7:23
Bahadir Cambel25-Jul-05 7:23 
GeneralRe: Encoding Pin
mav.northwind25-Jul-05 11:31
mav.northwind25-Jul-05 11:31 
GeneralSummary Application Pin
kgoodrich25-Jul-05 7:14
kgoodrich25-Jul-05 7:14 
GeneralRe: Summary Application Pin
Not Active25-Jul-05 8:02
mentorNot Active25-Jul-05 8:02 
GeneralRe: Summary Application Pin
Anonymous25-Jul-05 8:28
Anonymous25-Jul-05 8:28 
GeneralRe: Summary Application Pin
kgoodrich25-Jul-05 9:17
kgoodrich25-Jul-05 9:17 
GeneralRe: Summary Application Pin
LongRange.Shooter25-Jul-05 9:39
LongRange.Shooter25-Jul-05 9:39 
GeneralDataGrid validation Pin
zaboboa25-Jul-05 6:17
zaboboa25-Jul-05 6:17 
GeneralRe: DataGrid validation Pin
Not Active25-Jul-05 6:28
mentorNot Active25-Jul-05 6:28 
GeneralRe: DataGrid validation Pin
zaboboa25-Jul-05 8:22
zaboboa25-Jul-05 8:22 
GeneralRe: DataGrid validation Pin
Alomgir Miah25-Jul-05 8:50
Alomgir Miah25-Jul-05 8:50 
Generalsomething like image list! Pin
Sabry190525-Jul-05 6:11
Sabry190525-Jul-05 6:11 
GeneralRe: something like image list! Pin
Anonymous25-Jul-05 8:26
Anonymous25-Jul-05 8:26 
GeneralRe: something like image list! Pin
LongRange.Shooter25-Jul-05 9:41
LongRange.Shooter25-Jul-05 9:41 
Generalsetting Radio Button selection in Codebehind Pin
la vie25-Jul-05 5:48
la vie25-Jul-05 5:48 
GeneralRe: setting Radio Button selection in Codebehind Pin
Alomgir Miah25-Jul-05 6:07
Alomgir Miah25-Jul-05 6:07 
GeneralSQL XML Bulk load Pin
Ruchi Gupta25-Jul-05 5:32
Ruchi Gupta25-Jul-05 5:32 

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.