PDA

View Full Version : [HELP]wht word to use for Hotkeys in VB .NET



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

clipster15
03-28-2008, 08:40 PM
This is how I do it.




If GetKeyPress(2) Then
WrAlong("WarRock", &HB0F7AA, 1)
Else
WrAlong("WarRock", &HB0F7AA, 0)
End If



number 2 is right mouse click.


hope that works!

HeroWarz
05-19-2008, 05:28 AM
if*******(vkey:=(**))

where the 2 ** is a number like 2 forright click