open another file in C++
how can i ask my program to open a file ( html file). what is the command to use?
[81 byte] By [
ctan23] at [2007-11-18 19:28:23]

# 1 Re: open another file in C++
Use ShellExecute windows API,pass the ile name,it will open it in default browser
shosha at 2007-11-11 1:17:00 >
