Help for this page

Select Code to Download


  1. or download this
    ...
    use Tk;
    use Win32::API;
    ...
    $SetWindowPos->Call(hex($hwnd), $OnTop, 0, 0, 0, 0, $SWP_NOMOVE | $SWP
    +_NOSIZE);
    
    MainLoop;