Poker-AI.org
http://poker-ai.org/phpbb/

get/set position of PokerStars Bet Slider
http://poker-ai.org/phpbb/viewtopic.php?f=24&t=2726
Page 1 of 1

Author:  angel50 [ Thu Mar 27, 2014 12:37 am ]
Post subject:  get/set position of PokerStars Bet Slider

Question is like Subject: does anyone know how to get/set position of the PokerStars Bet Slider??

I tried:
Code:
    Dim Pos As Integer = CInt(SendMessage(SliderHwnd,  TBM_GETPOS, IntPtr.Zero, IntPtr.Zero))
    Debug.Print("Pos: " & Pos)
    SendMessage(SliderHwnd, TBM_SETPOS,  New IntPtr(1), New IntPtr(Pos + 10))


but the code don't works (no get / no set) and Pos is always Zero :(

ty

Author:  shalako [ Thu Mar 27, 2014 11:43 pm ]
Post subject:  Re: get/set position of PokerStars Bet Slider

I would not use the slider but instead set the bet in the text box. You will find this is way easier.

Page 1 of 1 All times are UTC
Powered by phpBB® Forum Software © phpBB Group
http://www.phpbb.com/