OK Kedaman,
you showed me how to get an entire text file into a string yesterday. I figure out how to output an entire textbox to a file by using PUT without using any loops.
Here is my question. I tried your GET with a Microsoft Document. It works too. It placed the content of the file into the string but when I assigned text1.text = sBuffer, nothing shows except for a couple of symbols.
If I place a richtextbox on my form and do a LOADFILE("C:\Microsoft Word Document"), then it place everything in the richtextbox.
How can I do it similar to richtextbox using your GET method?
