Help for this page

Select Code to Download


  1. or download this
    #! perl -slw
    use strict;
    ...
    MessageBox( 
        0, 'Some Text', 'A title', 0x200000|0x001000|0x000030 
    ) or die $^E;