My question is simple. How I can detect if user refreshed explorer under windows xp? Or if it would be easier how to detect if user refreshed desktop?
I heard that I can listen desktop handle. If refresh action will occur I will notice it.

link|improve this question

33% accept rate
what have you searched? – Moonlight Dec 5 '11 at 11:26
You can "refresh the desktop", but do you understand what it means? The desktop is just another Explorer window that happens to be fullscreen and quite far down in the Z order. – MSalters Dec 5 '11 at 14:09
feedback

1 Answer

http://msdn.microsoft.com/en-us/library/windows/desktop/ms632589(v=vs.85).aspx
How can I programmatically refresh Windows Explorer?

link|improve this answer
How does that answer the question? – MSalters Dec 5 '11 at 14:07
Well... he should create a hook and listen to a proper event which refreshes desktop. That's what he wanted, as far as I understood him. Former link shows how to create a hook, later which event should he be listening for. – SOReader Dec 5 '11 at 14:16
The latter shows just one way to force a refresh; it's certainly not the only. F5 in Explorer will NOT broadcast a settings change. – MSalters Dec 5 '11 at 14:21
Well, you're right but you have to admit that it is still a solution. Maybe not the best one, but still a solution – SOReader Dec 5 '11 at 14:26
Thanks yes it is somehow a solution. But I also need a solution for F5. Maybe there is a possibility to disable f5 function? So user will only be able to refresh by rightclick->refresh? – user1042321 Dec 5 '11 at 22:58
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.