View Single Post
  #95  
Old 08-27-2006, 11:51 AM
jukofyork jukofyork is offline
Senior Member
 
Join Date: Sep 2004
Location: Leeds, UK.
Posts: 2,551
Default Re: DeMonster (New AHK Script)

[ QUOTE ]
DeMonster was trying to hit something on the buy-in dialog, but it was hitting the wrong window or sending the wrong message, because I merely heard a drumroll of beeps and the dialogs remained. I manually hit the button on the buy-in dialog and the program dropped out of the loop and continued.

[/ QUOTE ]
This is the WinClose bug in action. Posting either an VK_ENTER or VK_ESC using PostMessage fixes it 100%(beware using "SendInput {Enter}" as this does even stranger stuff like opening/closing unrelated windows).

Juk [img]/images/graemlins/smile.gif[/img]
Reply With Quote