There is an interface named "LoadFile" in activeX control of Adobe Reader,i call this interface to open file.
The return value of "LoadFile" can be TRUE or FALSE,but even return FALSE,the file is still opened successfully.
SO how to judge the file is opened failed?
Thanks.