GetDlgItem $R0 $HWNDPARENT 4
SendMessage $R0 ${WM_SETTEXT} 0 "STR:Help" This produces the button just fine (see attached picture), but how do I call a function when the user clicks on it? I want the function to open a URL to the online help page for the application.I think I need to set a callback using the System plugin, but I'm not sure how to do that. Is this the right way? If so, how? If not, what is?