Hello everyone.
My situation is, that I need to open external file (Doc, TXT, PDF or whatever), which is not a problem, but I need to find out, when this file is closed (because I need write it back to the database when work is done). I tried run it with ShellExecute(), but I was able check...