SteeL
03-20-2008, 08:17 AM
can any one guide me wht word to use for a hotkey in a timer for VB .NET 2005
I just downloaded .NET 2005 today.. please dont bury me.. LOL i'm noob in .NET 1st day today.
this is my SCOPE HACK timer in .NET' is it correct ??
Private Sub scope_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles scope.Tick
If GetKeyPress(vbKeyRButton) Then
Call WrAlong("Warrock", &HB196AA, 1)
Else
Call WrAlong("Warrock", &HB196AA, 0)
End If
End Sub
I just downloaded .NET 2005 today.. please dont bury me.. LOL i'm noob in .NET 1st day today.
this is my SCOPE HACK timer in .NET' is it correct ??
Private Sub scope_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles scope.Tick
If GetKeyPress(vbKeyRButton) Then
Call WrAlong("Warrock", &HB196AA, 1)
Else
Call WrAlong("Warrock", &HB196AA, 0)
End If
End Sub