Chale
March 29th, 1999, 03:48 PM
Help please
I am trying to read the text from the client area which is multiline edit control (MDI). Now I have a problem trying to use the GetLine method -> assertion arror is displayed. So can you tell me exacly how this could be done in better way.
Please you may send me the exact code if possible. The editor was created using
the aapplication wizard. So the idea is that after wrtting textb in the editor, I may be able to read it out. I made the button called read. when I press the button the text must be placed on the message box line at time until the end of the document. I mean when I press the button, first linbe from the editor is written in this box. When I press ok button on the box (message box) the next line is placed again... this is to be repeated until the end of all text in the edit control..
Thanx chale.
I am trying to read the text from the client area which is multiline edit control (MDI). Now I have a problem trying to use the GetLine method -> assertion arror is displayed. So can you tell me exacly how this could be done in better way.
Please you may send me the exact code if possible. The editor was created using
the aapplication wizard. So the idea is that after wrtting textb in the editor, I may be able to read it out. I made the button called read. when I press the button the text must be placed on the message box line at time until the end of the document. I mean when I press the button, first linbe from the editor is written in this box. When I press ok button on the box (message box) the next line is placed again... this is to be repeated until the end of all text in the edit control..
Thanx chale.