Hello,
I'm not sure I get it right, but if you can display your saved file using Notepad or Wordpad, it must be only text? So why the need of a DDE connection?
The first thing that I think of is a Panel with a Textbox (Indicator mode) for the text and a Close button.
It would give you something like:
fopen(...);
while (fgets(..))
{InsertTextBoxLine(...)}
fclose(...);
Display (panel);
Is there a reason to use Notepad or Wordpad? If not, this should be much simpler.
Hope it helps, Flo.