Modify

Opened 18 years ago

Closed 18 years ago

#453 closed Bug (No Bug)

ControlSend dont work properly

Reported by: h3ir Owned by:
Milestone: Component: AutoIt
Version: 3.2.12.0 Severity: None
Keywords: controlsend properly dont work Cc:

Description

Full Thread: http://www.autoitscript.com/forum/index.php?showtopic=76409

I tried this thing:

ControlSend("Der Herr der Ringe Online: Schatten von Angmar", "", "", "c")

It doesnt work! When I Focus the Window like that:

ControlFocus ("Der Herr der Ringe Online: Schatten von Angmar", "", "")
ControlSend("Der Herr der Ringe Online: Schatten von Angmar", "", "", "c")

He sends the key, but the window ist focused

And this:

 Global $Window = WinGetTitle("[CLASS:CLIENT]")

While 1
Tryout()
WEnd

Func Tryout()
    While 1
    ControlSend($Window, "", "", "2")
    Exit
    ExitLoop
    WEnd
EndFunc

Doesnt work like the first thing...

Attachments (0)

Change History (1)

comment:1 by Valik, 18 years ago

Resolution: No Bug
Status: newclosed

We only claim support for standard Microsoft controls. You're trying to send to a game or something. If it works, great, if not, well, sucks to be you. And in this case, it sucks to be you because this is certainly not a bug.

Modify Ticket

Action
as closed The ticket will remain with no owner.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.