N
N
NeoZeed2014-05-14 13:13:10
C++ / C#
NeoZeed, 2014-05-14 13:13:10

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

2 answer(s)
S
Sumor, 2014-05-14
@NeoZeed

Process::Start("text.txt");
Process::Start() on MSDN

G
GavriKos, 2014-05-14
@GavriKos

Look towards ShellExecute or WinExec.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question