Two Plus Two Newer Archives  

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

Reply
 
Thread Tools Display Modes
  #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
  #2  
Old 09-08-2006, 03:45 AM
APerfect10 APerfect10 is offline
Senior Member
 
Join Date: Jan 2005
Location: PokerTracker 3
Posts: 979
Default Re: Need a little help with prog.

Try...

WinWait, Message from PartyPoker.com, ,3
WinClose

PS. Try out DeMonster v1.2.3 where you can auto-login and auto close spam popup messages. If you then run DeMonster prior to your script to login to Party you wont have to worry about any of this [img]/images/graemlins/smile.gif[/img]
Reply With Quote
Reply


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 02:57 PM.


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