I need to append data to a log file and to view it into a (I guess) standard Edit window with the %ES_READONLY flag set. I have the following questions:
1) How to initialize the view of the file beginning from the bottom. Important: the file can be more than 64K.
2) How to append and automatic scroll the data into the edit control, in such a way to see only the last rows.
3) How to stop the automatic scroll to read an earlier section WHILE the program is adding data to the file.
4) How to setup a common Find Window.
May be there is an example somewhere...
Thanks
------------------
1) How to initialize the view of the file beginning from the bottom. Important: the file can be more than 64K.
2) How to append and automatic scroll the data into the edit control, in such a way to see only the last rows.
3) How to stop the automatic scroll to read an earlier section WHILE the program is adding data to the file.
4) How to setup a common Find Window.
May be there is an example somewhere...
Thanks
------------------
Comment