Binary

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • pavan1984
    New Member
    • Jun 2008
    • 1

    #1

    Binary

    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).
  • Banfa
    Recognized Expert Expert
    • Feb 2006
    • 9067

    #2
    Check the function return value

    http://msdn.microsoft.com/en-us/libr...53(VS.85).aspx

    Comment

    Working...