Shell Open Occured
-
Is there any way of finding out if a shell open of a file (double clicking a file) has occured in a program. Thanks you
-
Is there any way of finding out if a shell open of a file (double clicking a file) has occured in a program. Thanks you
Yes, write a shell execute hook (a type of shell extension). I have an article about execute hooks here[^] --Mike-- Personal stuff:: Ericahist | Homepage Shareware stuff:: 1ClickPicGrabber | RightClick-Encrypt CP stuff:: CP SearchBar v2.0.2 | C++ Forum FAQ ---- Pinky, are you pondering what I'm pondering? I think so Brain, but if we shaved our heads, we'd look like weasels!
-
Yes, write a shell execute hook (a type of shell extension). I have an article about execute hooks here[^] --Mike-- Personal stuff:: Ericahist | Homepage Shareware stuff:: 1ClickPicGrabber | RightClick-Encrypt CP stuff:: CP SearchBar v2.0.2 | C++ Forum FAQ ---- Pinky, are you pondering what I'm pondering? I think so Brain, but if we shaved our heads, we'd look like weasels!
Thats really more complicated than I want. All I want is to be able to tell if a file has been opened by double clicking it, the MFC framework already loads the file and Initialises the Document, I simply want to know whether to display a dialog box if a file has not been opened. Thanks anyway