User Profile

Collapse

Profile Sidebar

Collapse
WinneRdk
WinneRdk
Last Activity: Oct 25 '08, 03:55 PM
Joined: Oct 23 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • WinneRdk
    started a topic Counter problems

    Counter problems

    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
    See more | Go to post

  • WinneRdk
    replied to ComboBox
    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!
    See more | Go to post

    Leave a comment:


  • WinneRdk
    started a topic ComboBox

    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...
    See more | Go to post

  • WinneRdk
    replied to HotKeys in VB6
    So

    Code:
    Private Sub Form_Load()
    KeyPreview = True
    End Sub
    It works!! :)
    Thanks :)
    See more | Go to post

    Leave a comment:


  • WinneRdk
    replied to HotKeys in VB6
    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
    ...
    See more | Go to post

    Leave a comment:


  • WinneRdk
    replied to HotKeys in VB6
    I've tried it, but it doesn't work...
    Could you post the whole code please :)
    See more | Go to post

    Leave a comment:

No activity results to display
Show More
Working...