RBCC Posted October 1, 2006 Posted October 1, 2006 WinWait("Register NoAdware v4.0","NoAdware v4.0 Cop") If Not WinActive("Register NoAdware v4.0","NoAdware v4.0 Cop") Then WinActivate("Register NoAdware v4.0","NoAdware v4.0 Cop") WinWaitActive("Register NoAdware v4.0","NoAdware v4.0 Cop")
lucky Posted October 1, 2006 Posted October 1, 2006 WinWait("Register NoAdware v4.0","NoAdware v4.0Cop")If Not WinActive("Register NoAdware v4.0","NoAdware v4.0Cop") Then WinActivate("Register NoAdware v4.0","NoAdware v4.0Cop")WinWaitActive("Register NoAdware v4.0","NoAdware v4.0Cop") Why not use Ad-Aware or Spybot: Search and Destroy?
creeping Posted October 2, 2006 Posted October 2, 2006 (edited) this? $timeout = WinWaitActive("Register NoAdware v4.0", "NoAdware v4.0 Cop", 10) If $timeout = 0 And WinExists("Register NoAdware v4.0", "NoAdware v4.0 Cop") Then WinActivate("Register NoAdware v4.0","NoAdware v4.0 Cop") EndIf Edited October 2, 2006 by creeping
AceLoc Posted October 2, 2006 Posted October 2, 2006 Why not use Ad-Aware or Spybot: Search and Destroy?ehmm... cant you read or are you just very silly?Thnk [quote name='AceLoc']I gots new sunglasses there cool.[/quote]
RBCC Posted October 2, 2006 Author Posted October 2, 2006 this? $timeout = WinWaitActive("Register NoAdware v4.0", "NoAdware v4.0 Cop", 10) If $timeout = 0 And WinExists("Register NoAdware v4.0", "NoAdware v4.0 Cop") Then WinActivate("Register NoAdware v4.0","NoAdware v4.0 Cop") EndIf' Is this the code edited? Will it do the same thing? John
AceLoc Posted October 2, 2006 Posted October 2, 2006 (edited) 'Is this the code edited? Will it do the same thing? Johnye.. it does ! (almost)Test first then ask.Thnk Edited October 2, 2006 by AceLoc [quote name='AceLoc']I gots new sunglasses there cool.[/quote]
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now