Menu
Forums
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Trending
What's new
New posts
New profile posts
Latest activity
Members
Current visitors
New profile posts
Search profile posts
Upgrades
Log in
Register
What's new
Search
Search
Search titles only
By:
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
Software Development
Programming
Requests
Automated bot for betting form
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="Donkjam" data-source="post: 352858" data-attributes="member: 1634"><p>Still not entirely sure however something like this could work?</p><p></p><p>Add a timer to the form with an interval of like 5000 which would be around 5 seconds. Set the property to false tho </p><p></p><p>At the top of the button code do like timer1.enabled = false</p><p></p><p>Then at the end after all the stuff been some etc do timer1.enabled = true</p><p></p><p>In the timer code (like double click timer) do something like</p><p></p><p>If timer1.interval = timer1.interval then</p><p>Button1.click (forgot what it is. Maybe it's click)</p><p>End if</p></blockquote><p></p>
[QUOTE="Donkjam, post: 352858, member: 1634"] Still not entirely sure however something like this could work? Add a timer to the form with an interval of like 5000 which would be around 5 seconds. Set the property to false tho At the top of the button code do like timer1.enabled = false Then at the end after all the stuff been some etc do timer1.enabled = true In the timer code (like double click timer) do something like If timer1.interval = timer1.interval then Button1.click (forgot what it is. Maybe it's click) End if [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Software Development
Programming
Requests
Automated bot for betting form
Top