RfshDktp plug-in: Difference between revisions
From NSIS Wiki
Jump to navigationJump to search
m (Wikipedia python library) |
m (Updated author and download links, and changed format of some pages.) |
||
Line 1: | Line 1: | ||
== Links == | == Links == | ||
[http://home.swbell.net/andygib/rfshdktp.zip | <attach>Rfshdktp.zip</attach><br> | ||
[[Image:Zip.gif]] [http://home.swbell.net/andygib/rfshdktp.zip Rfshdktp.zip] (3 KB) (Mirror #1) | |||
The zip file contains the DLL, the VC++ 6.0 source code and an example NSIS script for using the DLL. The script has an example of when the desktop shortcuts get messed up and need refreshing. | The zip file contains the DLL, the VC++ 6.0 source code and an example NSIS script for using the DLL. The script has an example of when the desktop shortcuts get messed up and need refreshing. | ||
Line 15: | Line 16: | ||
-scully13 | -scully13 | ||
Page author: scully13 | Page author: [[User:scully13|scully13]] |
Revision as of 12:42, 23 April 2005
Links
Rfshdktp.zip (3 KB)
Rfshdktp.zip (3 KB) (Mirror #1)
The zip file contains the DLL, the VC++ 6.0 source code and an example NSIS script for using the DLL. The script has an example of when the desktop shortcuts get messed up and need refreshing.
Description
The refresh desktop plugin does just what it says. A few people said they were able to do it using a SendMessage but that never seemed to work for what I needed it for. From time to time Windows seemed to have a bug when creating a desktop shortcut. It would cause an extra shortcut to show up on the desktop that wasn't valid. Hitting F5 or right-clicking and choosing Refresh always made it go away so I made this DLL to handle that.
Usage
; call the DLL to refresh the desktop rfshdktp::refreshDesktop
-scully13
Page author: scully13