Categories: MSDN / DotNet / Java / Scripts / Linux / PHP Ask - La ask - La Answer

text editor help.

Hey guys

On my text editor im making, Im using a textbox to display the contents of the text file.
But my problem is, the text files size is 512k and when i open it in the editor it only displays some of the text. Size saved is 64k..

Should i not be using a textbox to display the contents of the text files?
If so what can i use? A tabs control instead or what ?
Thanks for any replies.
[417 byte] By [LABYRNTH] at [2007-11-11 10:04:16]
# 1 Re: text editor help.
You can use Microsoft Richtext Control 6.0
jggtz at 2007-11-11 17:23:15 >
# 2 Re: text editor help.
Wow man thank you for such a quick reply. I wil try it out.

IT Worked thank you very much.... Now on to syntax highlighting :P
LABYRNTH at 2007-11-11 17:24:15 >
# 3 Re: text editor help.
Yes that works fine, But i how do you edit font color on rich text box control ?
LABYRNTH at 2007-11-11 17:25:24 >
# 4 Re: text editor help.
RichTextBox1.SelColor = vbRed

will change your selected text only .
Amahdy at 2007-11-11 17:26:18 >