﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
453	ControlSend dont work properly	h3ir		"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..."	Bug	closed		AutoIt	3.2.12.0	None	No Bug	controlsend properly dont work	
