Archive: hyperlink in a message box


hyperlink in a message box
  hi

i want to show a message box, if no winamp is on the system, that says, ther's no winamp with a button to abort the installation and a second one that will open the downloadpage for winamp...does anybody know, how to do that?


thanx

GreatWho


MessageBox MB_OKCANCEL "Winamp was not found on your system! \\

$\nChoose cancel to abort the installation or OK to download \\
Winamp." IDOK downloadWinamp
Abort
Goto done
downloadWinamp:
ExecShell "open" "http://web.archive.org/web/*/www.winamp.com/download/"
>done:

thx for the code kichik