help me please!
-
how to mimic the operation of refurbishing desktop like the right-context-menu way? in other words, you right-click on the desktop, there'll be the context menu which has the fresh button, you press fresh button to force refurbishing the desktop. how can i mimic this operation through code.
-
how to mimic the operation of refurbishing desktop like the right-context-menu way? in other words, you right-click on the desktop, there'll be the context menu which has the fresh button, you press fresh button to force refurbishing the desktop. how can i mimic this operation through code.
You can write shell extension for adding additional items to context menu. For details you can refer The Complete Idiot's Guide to Writing Shell Extensions - Part I[^]
-
You can write shell extension for adding additional items to context menu. For details you can refer The Complete Idiot's Guide to Writing Shell Extensions - Part I[^]
-
It's not as simple as that. There's not a
WM_REFRESH
type of message that you can send to a window and have it refresh itself. Using Spy++, you can see what messages are sent to the desktop's list control and how it responds. In order to mimic this, I suspect a shell extension would be in order."One man's wage rise is another man's price increase." - Harold Wilson
"Fireproof doesn't mean the fire will never come. It means when the fire comes that you will be able to withstand it." - Michael Simmons