12-23-2010, 03:20 PM
Thanks for this it should help me more.
How to hook the keyboard. [VB.NET] [TuT]
|
12-25-2010, 09:39 PM
Very nice source even tho this thread is really
old can always come in handy for someone
01-03-2011, 03:01 PM
Good Source
If You don't mind I just post something i added to determine if caps or shift key is holded: Quote:Private Sub kbHook_KeyDown(ByVal Key As System.Windows.Forms.Keys) Handles kbHook.KeyDown Quote:Private Sub Timer1_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Timer1.Tick
03-16-2011, 11:23 AM
(This post was last modified: 03-16-2011, 11:24 AM by osamutezuka.)
I have a question here.
i want to add hotkey on my program but i just cant make it work. the hotkey is Control + S Code: If Key = Keys.S And Key = Keys.Control Then could someone help me?? Sorry for thread Digging
03-24-2011, 07:50 AM
Don't forget those who are going to use this, you'll need to make it see when caps is on or off, etc so it will know what to do.
04-18-2011, 07:23 AM
Nice work i am sure some other will need this.
04-19-2011, 06:19 AM
Good job Vorfin.
I actually just implemented this into my program, which is a bot. This made my method (Logging the users TYPED keys) much easier.
04-21-2011, 07:13 AM
wow really great idea... i have never have this in my mind..
04-28-2011, 05:59 AM
Nice tutorial, Ill give this a try soon. Thanks mate.
04-28-2011, 06:10 AM
Thanks for this share. Will be using it.
|
« Next Oldest | Next Newest »
|
Possibly Related Threads… | |||||
Thread | Author | Replies | Views | Last Post | |
VB.NET Port Scanner [TUT] | Fragma | 30 | 14,430 |
11-27-2012, 11:26 PM Last Post: ƃu∀ ıʞƃu∀ |
|
[TUT] MD5 Encrypter & Finder [VB.NET] | Fragma | 12 | 7,839 |
11-25-2012, 10:36 PM Last Post: ƃu∀ ıʞƃu∀ |
|
[TUT] How to make a simple WebBrowser in VB 2010! [TUT] - [ Pictures] | Statics | 95 | 61,744 |
10-07-2012, 06:56 AM Last Post: a99 |
|
[TUT]Auto-Update System[TUT] | HB Virus | 3 | 2,425 |
01-07-2012, 02:21 PM Last Post: Mastermrz |
|
[TUT]Enable and Disable TaskManger in vb.net [TUT] | HB Virus | 4 | 3,163 |
12-19-2011, 10:10 AM Last Post: euverve |