Archive: How to read a text document in a msg box?


How to display a text document in a msg box?
Hi,

I have a log file in text format, i need to display the contents of the text file in a msgbox.Please guide me.

thanks in advance


Read it using FileOpen, FileRead and FileClose and then display it using MessageBox.


Thanks kichik....