G
Guest
This is the code for the FileOpen Sub:
RichTextBox1.LoadFile(OpenFileDialog1.fileNane) --> This open an rtf file
RichTextBox1.text(OpenFileDialog1.fileNane) ----> I am trying to open a text file at the same time in MDI app.
It won't accept it.
jbat
RichTextBox1.LoadFile(OpenFileDialog1.fileNane) --> This open an rtf file
RichTextBox1.text(OpenFileDialog1.fileNane) ----> I am trying to open a text file at the same time in MDI app.
It won't accept it.
jbat