Jump to content

  •  

  • iBotModz CBox


    cnkilla187

    Member Since 18 May 2009
    Offline Last Active Sep 22 2009 05:33 PM
    -----

    Posts I've Made

    In Topic: vb 2008 (help)

    18 June 2009 - 03:51 PM

    Couldn't you just make it to where like if you press a key, it will put the character of the key in an invisible textbox? then send the text in the textbox to your email or whatever?


    ya i made one of those but i want to make a newer better one

    In Topic: vb 2008 (help)

    16 June 2009 - 07:08 PM

    :/, that's a poor way of recording the keyboard, so I'm already out of ideas. :S

    The better way is extremely well guarded... :(



    i have another way but its not mine and its a ddl, do u know how i can open it and read it? or change it?

    In Topic: vb 2008 (help)

    16 June 2009 - 04:39 PM

    That code isn't system wide automatically. You have to loop it in a timer, constantly.

    Add a timer, put this code:

    For i = 1 To 255
         result = 0
         result = GetAsyncKeyState(i)
         If (result = -32767) Then
              TextBox1.Text = (TextBox1.Text + Chr(i))
         End If
     Next i
    

    in the timer.


    ya it is i just didnt put that it was sorry any other ideas?

    In Topic: Is Vista as bad as they say it is?

    21 May 2009 - 06:00 PM

    i love it :) but it isent as compatible as xp so thats why im just gonna dual boot xp when i need the compatibility

    In Topic: Image Convter

    21 May 2009 - 05:56 PM

    look easy thanks for the program :)