I'v tried to use this code to open a text file in my program, but nothing is happening.
ShellExecute(NULL, "open", filename, NULL, NULL, SW_SHOW);
Note that system.start()
is not working either.
I'v tried to use this code to open a text file in my program, but nothing is happening.
ShellExecute(NULL, "open", filename, NULL, NULL, SW_SHOW);
Note that system.start()
is not working either.