Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re: How to hide window with Win32:API?

by dada (Chaplain)
on Oct 28, 2002 at 13:16 UTC ( [id://208493]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use Win32::GUI;
    my $hw = Win32::GUI::GetPerlWindow();
    Win32::GUI::Hide($hw);
    
  2. or download this
    use Win32::API 0.20;
    
    # just for completeness...
    ...
    # sleep one second, then show the console again
    sleep(1);
    $ShowWindow->Call( $hw, SW_SHOWNORMAL );
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://208493]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others meditating upon the Monastery: (3)
As of 2024-04-20 03:38 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found