Jump to content

Recommended Posts

Posted

is it possible send a text in a background windwow so taht the window stay at background?

i mean not WinActivate ( "title") ... ...

possible? thx for help

Posted (edited)

; 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...
Posted

thx for fast answer

but how do i send a text in the window now?

im very new in this can you make an example how to send a text in a certain minimized window?

Posted

try reading the manual. there are ALLOT of examples in it.

(its always the same :))

*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...
Posted

I think the manual is clear enough to minimize a window.

The guy's question was HOW TO SEND TEXT to a minimized window.

AFAIK there no info on that in the Helpfile :">

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
  • Recently Browsing   0 members

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