Help for this page

Select Code to Download


  1. or download this
    #!c:/perl/bin/perl -w
    use strict;
    ...
    } else {
        print "Invalid command.\n";
    }
    
  2. or download this
    if ($hwndWinamp){
        if ($SendMessage->Call($hwndWinamp,WM_USER,0,104) == 1) {
            $SendMessage->Call($hwndWinamp,WM_COMMAND,40046,0);
        }
    }