Two Plus Two Newer Archives  

Go Back   Two Plus Two Newer Archives > Internet Gambling > Software
FAQ Community Calendar Today's Posts Search

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 09-07-2006, 09:48 PM
Joeyyungrocks Joeyyungrocks is offline
Senior Member
 
Join Date: Jun 2004
Posts: 119
Default Need a little help with prog.

I copied a code to open all my programs at once and I might be a little picky here but does anyone know the code so it can auto close the other starting window of party poker not the login one? Heres the code.

; --------------------------------------------------------------------------------------------
;; PARTYPOKER ;;

SetTitleMatchMode, 1
Process, Exist, PartyGaming.exe
if %ErrorLevel% = 0
{
Run, "C:\Program Files\PartyGaming\PartyPoker\runapp.exe"

WinWait, PartyPoker.com: Poker Lobby
WinActivate, PartyPoker.com: Poker Lobby

WinMove, PartyPoker.com: Poker Lobby, , 0, 0
ControlClick , AfxWnd4262 , PartyPoker.com: Poker Lobby

WinWait, PartyAccount Login
WinActivate, PartyAccount Login

Send {TAB}
Send {TAB}
Send {TAB}
Send {SPACE}

}
else
{
WinMove, PartyPoker.com: Poker Lobby, , 0, 0
ControlClick , AfxWnd4262 , PartyPoker.com: Poker Lobby
}
;
Reply With Quote
 


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 03:03 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.