Jump to content

possible?


Recommended Posts

; Check if a window is minimized
$state = WinGetState("Title", "")

; Is the "minimized" value set?
If Not BitAnd($state, 16) Then
    WinSetState ("title","",@SW_MINIMIZE)
EndIf

like that??

RTFM!!

EDIT: or just do this

WinSetState ("title","",@SW_HIDE)
Edited by zeroZshadow
*If u thought life couldn't get worse, u meet me *<guy> What would you give my little sister to unzip ?<friend> 10 bucks<guy> No, i mean like Winzip...
Link to comment
Share on other sites

  • Developers

You can send text to a window that doesn't have the focus.

Look at the Control???() commands...

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...