Help for this page

Select Code to Download


  1. or download this
    GetMessage([MIN=0, MAX=0])
    
    ...
      - the x coordinate at which message occurred
      - the y coordinate at which message occurred
    If the result code of the message was -1 the function returns undef. N
    +ote that this function should not be normally used unless you know ve
    +ry well what you're doing.
    
  2. or download this
    my @message = Win32::GUI->GetMessage();
    print "MESSAGE: " . join(",",@message[0..3]) . "\n\n";
    
  3. or download this
    MESSAGE:  1,49315,17,526238