My dialog based application writes several .txt files and I am looking for a way to run notepad so the user can view those files. I read the MSDN and found:
(CWinThread::Run) virtual int Run( );
but I am not sure if this is what I need. All I want is the equivalent of the user clicking the .txt file in windows, which automatically loads notepad. Any suggestions. Thank you in advance.
(CWinThread::Run) virtual int Run( );
but I am not sure if this is what I need. All I want is the equivalent of the user clicking the .txt file in windows, which automatically loads notepad. Any suggestions. Thank you in advance.