greatWho
13th August 2002 17:34 UTC
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
kichik
13th August 2002 17:43 UTC
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:
Deko Servidoni
16th April 2010 19:09 UTC
thx for the code kichik