Okay first you make something that looks like the pic at the bottom. Now create timers for all of the settings. One for each. Change the intervals on them. ex; the normal start and stop could be whatever I put it as 350 fast=100 mid= 500 slow=5000.Click on each button ex;Start and for Start type in whatever the name of your timer is .enabled=true.For stop it's timer name here.enabled=false.
Then you click on the timer you were commanding and type in
SendKeys.Send
SendKeys.Send ("{ENTER}"). You do that for each of the settings and timers. The finished product of one setting should look like this
(There is stuff above it like Button4_click and that kind of stuff that VB puts in there for you. You want to type in the middle of that and End Sub.)
ex;Stuff here
timer.enabled=true
end sub
stuff here
timer.enabled=false
end sub
stuff here
sendkeys.send (text box name ex; TextBox1.Text)
sendkeys.send ("{ENTER}")
end sub
I did not include how to make it send so many times. PM me for that. +Rep is appreciated. Good luck!
