How to Detect file opening / close in compact framework
-
Hi, Is there a way to detect file opening / close. When a file is clicked to open, before the mobile phone launch the respective application (e.g. word doc, window media player, etc etc), my system will need to do an operation. Same thing for file close. When the file is completely close, do something to the file. I did a bit of research. Firstly, IMessageFilter won't work because it only detect mouse event on the form. Opening a file in \My Documents or anywhere else outside the form would not trigger the PreFilterMessage Secondly, Event Hook in CF does not support mouse event. It only work with Keyboard. I am sure there is a alternative solution out there. Hope to hear from someone soon. its pretty urgent
-
Hi, Is there a way to detect file opening / close. When a file is clicked to open, before the mobile phone launch the respective application (e.g. word doc, window media player, etc etc), my system will need to do an operation. Same thing for file close. When the file is completely close, do something to the file. I did a bit of research. Firstly, IMessageFilter won't work because it only detect mouse event on the form. Opening a file in \My Documents or anywhere else outside the form would not trigger the PreFilterMessage Secondly, Event Hook in CF does not support mouse event. It only work with Keyboard. I am sure there is a alternative solution out there. Hope to hear from someone soon. its pretty urgent
seems like im not getting response for this. hmm is this feasible? otherwise i will probably think of another plan.
-
seems like im not getting response for this. hmm is this feasible? otherwise i will probably think of another plan.
Maybe it's a good idea to think of a new plan but posting
nuttynibbles wrote:
seems like im not getting response for this. hmm is this feasible?
is definately uncalled for.
Wamuti: Any man can be an island, but islands to need water around them! Edmund Burke: No one could make a greater mistake than he who did nothing because he could do only a little.
-
Maybe it's a good idea to think of a new plan but posting
nuttynibbles wrote:
seems like im not getting response for this. hmm is this feasible?
is definately uncalled for.
Wamuti: Any man can be an island, but islands to need water around them! Edmund Burke: No one could make a greater mistake than he who did nothing because he could do only a little.
my apology. i have been asking around but with no result. im starting to think it's not feasible but i have seen other application with this feature. i relli hope to apply this feature? it will definitely make alot of different in terms of user friendly. Any idea for this?