Poker-AI.org Poker AI and Botting Discussion Forum 2014-03-27T23:43:13+00:00 http://poker-ai.org/phpbb/feed.php?f=24&t=2726 2014-03-27T23:43:13+00:00 2014-03-27T23:43:13+00:00 http://poker-ai.org/phpbb/viewtopic.php?t=2726&p=5896#p5896 <![CDATA[Re: get/set position of PokerStars Bet Slider]]> Statistics: Posted by shalako — Thu Mar 27, 2014 11:43 pm


]]>
2014-03-27T00:37:14+00:00 2014-03-27T00:37:14+00:00 http://poker-ai.org/phpbb/viewtopic.php?t=2726&p=5894#p5894 <![CDATA[get/set position of 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

Statistics: Posted by angel50 — Thu Mar 27, 2014 12:37 am


]]>