How can I change font for just say one line in a multiline edit box?
-
I have a multiline edit box with scrolling vertical bars. The user sometimes types lots of text in this edit box. I want the user to know where the end of each page is. So I want to say something like if this is the 50th line of the edit box then insert the text 'End of Page' and make this text smaller and bolder in color I know how to find every 50th line of text. My question is, how can I change the font for just one line of text in a multiline edit box? Any response any one can give me will be greatly appreciated. Sincerely, Erich J. Ruth
-
I have a multiline edit box with scrolling vertical bars. The user sometimes types lots of text in this edit box. I want the user to know where the end of each page is. So I want to say something like if this is the 50th line of the edit box then insert the text 'End of Page' and make this text smaller and bolder in color I know how to find every 50th line of text. My question is, how can I change the font for just one line of text in a multiline edit box? Any response any one can give me will be greatly appreciated. Sincerely, Erich J. Ruth
You should use the Rich Edit Control instead of the regular Edit control.