help auto it pro

07/30/2012 22:46 sickqweasdzxc#1
guys what do i put on

If WinExists("XXX") Then
WinActivate("XXX")
WinWaitActive("XXX")

here is the program the i want to apply auto it with

[Only registered and activated users can see links. Click Here To Register...]



thank you in advance this would really help me im newbie btw on autoit so i was just curious to try to make 1
07/31/2012 00:05 qkuh#2
Code:
If WinExists("Grand Fantasia") Then
        WinActivate("Grand Fantasia")
WinWaitActive("Grand Fantasia")
Use the AutoItWindowInfo tool.
07/31/2012 03:12 SingularPlex#3
Quote:
Originally Posted by qkuh View Post
Code:
If WinExists("Grand Fantasia") Then
        WinActivate("Grand Fantasia")
WinWaitActive("Grand Fantasia")
[B][I][U]EndIF[/U][/I][/B]
Use the AutoItWindowInfo tool.
Das Endif nicht vergessen.