Win32::MsgBox(Pop-up box) always appears in the main program window below,how to make it play come to the front? ?
Thanks.sub error_box { use Win32; my $Message = "Format error, please enter again"; my $Result = Win32::MsgBox( $Message , 16+4 ,"Input format judgmen +t" ); ( $Result == 6) ? &INPUT_JUDGE : exit; }
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |