Hi,
I am using shellExecute() in C++ to open a *.pdf file. I want to handle the exception if the *.pdf file is not present? If the file(*.pdf) is not present, we should come up with a user message (*.pdf is not present).
I am using shellExecute() in C++ to open a *.pdf file. I want to handle the exception if the *.pdf file is not present? If the file(*.pdf) is not present, we should come up with a user message (*.pdf is not present).
Comment