Linker plug-in

From NSIS Wiki

Author: kichik (talk, contrib)


[edit] Download

Linker.zip (10 KB)

[edit] Description

This plug-in transforms a label into a clickable link. It can be used to add links to non-custom pages, such as the license and the components page. Usage is very simple and requires just a HWND.

[edit] Example

FindWindow $0 "#32770" "" $HWNDPARENT
GetDlgItem $0 $0 1006
Linker::link /NOUNLOAD $0 "http://www.google.com/"

[edit] Credits

The code responsible for the actual linking was taken from catch22 and was created by James Brown & Ralph Bittmann. This plug-in is nothing but a wrapper for their code.

donate
ads