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]

# 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
# 3 Re: text editor help.
Yes that works fine, But i how do you edit font color on rich text box control ?
# 4 Re: text editor help.
RichTextBox1.SelColor = vbRed
will change your selected text only .
Amahdy at 2007-11-11 17:26:18 >
