You put a number in a textbox and the # of the textbox. A counter, that every time it sees Something (You chose... Maybe some color or some text or something) it sets a +1, and when it reaches your number it stops the bot..
That's what I need to make... So if we take Warcraft 3 for example, And I want to make a bot for that... so Everytime it sees Game Stats it gives a +1....
Can anyone help? Please
User Profile
Collapse
-
Please anyone help ... I really need this :P
You chose something from combobox click command 1 (Start) And it prints what you chose.... (Just an example, not really what I need it for but anyway...) And command 2 stops, I chose something else and it prints that... etc. Please please anyone help, greatly appreciated! -
ComboBox
Like I have some things in the combobox... And I would like for it to detect what the person chose, so for example, you can chose: Apple, Orange & Banana.
If you chose banana, and say start it prints banana on form, if apple then apple if Orange then orange etc. etc. etc.
Could anyone help me with making something like that, please? I really need it :)
And I'm a lil bit slow to programming, so if you could post the whole... -
So
Code:Private Sub Form_Load() KeyPreview = True End Sub
Thanks :)Leave a comment:
-
I've tried this... But it didn't work
Code:Private Sub Form_KeyDown(KeyCode As Integer, Shift As Integer) KeyPreview = True If KeyCodeConstants = vbKeyF1 Then Command1_Click If KeyCodeConstants = vbKeyF2 Then Command2_Click If KeyCodeConstants = vbKeyF3 Then Command3_Click If KeyCodeConstants = vbKeyF4 Then Command4_Click If KeyCodeConstants = vbKeyF5 Then Command5_Click If KeyCodeConstants
Leave a comment:
-
I've tried it, but it doesn't work...
Could you post the whole code please :)Leave a comment:
No activity results to display
Show More
Leave a comment: