Go search properly. Seriously, your address bar is NOT google
this loool
um right...
VB.NET is what you recommend.
Originally Posted by o0OpurezO0o
um right...
VB.NET is what you recommend.
VB08+ = VB.NET
Originally Posted by .Celtics
VB08+ = VB.NET
Actually, if we're going to get technical, VB2008 is simple the IDE Microsoft created to write Visual Basic programs in, it's not actually the language. Those IDEs DO support VB.NET though.
try this:
Code:
Private Declare Function GetAsyncKeyState Lib32 "user32" (ByVal vkey as Int32) as Int16
Timer: ' Make timer enabled and set interval to 1!
Code:
If GetAsyncKeyState (Keys.Control(etc..) Then
' Your Action '
End If
You may read the first post, not just the topics name.