Discussion:
opening a notepad contents in vc++ using SDI
(too old to reply)
Kumar
18 years ago
Permalink
Hi,
i have one query ... i want to know how to open notepad contents in vc++
using SDI.
Anybody who knows this, revert me immediately
--
Regards & Thanks,

B B S Kumar Katikireddy
Software Engineer
9820474363
Tom Serface
18 years ago
Permalink
Do you mean a text file? If that is what you want then you could use
CStdioFile to just read each line and display it in a CEditView.

If you wand to open Notepad.exe you can use ShellExecuteEx() and pass in
either a path to the file or just the notepad program name.

Tom
Post by Kumar
Hi,
i have one query ... i want to know how to open notepad contents in vc++
using SDI.
Anybody who knows this, revert me immediately
--
Regards & Thanks,
B B S Kumar Katikireddy
Software Engineer
9820474363
Loading...