cetin Level: Trainee
 Registered: 04-10-2005 Posts: 1
|
ShellExecuteEx
Hi,
I'm opening a file with shellexecute call in its default program, like opening pdf file with acrobat reader, but after he exits the program that I called, if my program is still working, I want to get notification therefore I can delete the file that I opened, which is in temp folder. I searched on the Net, I found that ShellExecuteEx API call is more flexible, but I couldn't find any sample which is doing what I need. Most of the samples around are opening the file and waiting for the application opened.
Anybody helps?
Thx in advance
|