Jump to content

Recommended Posts

Posted

Hi everyone,

I'm trying to load my poker lobby (Full Tilt), the goal is to get historic of my wins (or lost) to track it.

But when i execute this code

Opt("WinTitleMatchMode", 2)

WinMove("Full Tilt", "", 10, 10)

this doesn't work, i'm trying to move the window to the position 10,10.

It works fine with all of other windows like notepad

Opt("WinTitleMatchMode", 2)

WinMove("Notepad", "", 10, 10)

what the matter with Full Tilt ?

cheers

Posted (edited)

Are you sure the window name is 'Full Tilt'? Try with AutoIt Window Info to see the title of the window. It is installed with autoit.

Edited by cristii88bic

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...