Categories
How to open a file in an external windows forms VS2010 c++ application?
The windows forms CLR application generates a txt report file. Which library to connect, which function to use so that the file immediately opens in notepad?
Answer the question
In order to leave comments, you need to log in
Process::Start("text.txt");Process::Start() on MSDN
Process::Start("text.txt");
Look towards ShellExecute or WinExec.
Didn't find what you were looking for?
Ask a Question
731 491 924 answers to any question