
Show text file in edit box ?
Malcolm,
Take a look at the CStdioFile which you can use to open the file and read
one line at a time. For every line read, you add it to your edit ctrl.
--
Bjarne Nielsen
Quote:
> Hi
> I have an mfc dialog based app with an edit box, how do i get the contents
> of a text file written with notepad to show in the edit box on start up ?
> Thanks for any pointers
> Malcolm