Hello, I am new here and just started visual basic 2008.
Seems pretty easy.
But I am at the point where I have to ask for help.
OK Here is my problem.
I want to load a BIG file to edit the text. It is 24MB So whenever I load it in the rich textbox it shows : �7@
:/ Regular text files load fine. Here is the code:
I know I am trying to load .exe! It will load if I save it through the program but will only show �7@
Please help thanks alot
If I posted this in the wrong section could a moderator move it XD
Seems pretty easy.
But I am at the point where I have to ask for help.
OK Here is my problem.
I want to load a BIG file to edit the text. It is 24MB So whenever I load it in the rich textbox it shows : �7@
:/ Regular text files load fine. Here is the code:
VB.NET:
CommonDialog1Open.Filter = ("EXE [*.exe*]|*.exe|All Files [*.*]|*.*")
CommonDialog1Open.ShowDialog()
rt1.Text = (My.Computer.FileSystem.ReadAllText(CommonDialog1Open.FileName))
I know I am trying to load .exe! It will load if I save it through the program but will only show �7@
Please help thanks alot
If I posted this in the wrong section could a moderator move it XD