Jump to content

Recommended Posts

Guest calfboy
Posted

sorry if its old.. ive googled and cant find anything.

all i want to do is capture when a user presses up, down, left, right, enter of the action key in vb.net

is it possible?

Guest sharpstuff
Posted
sorry if its old.. ive googled and cant find anything.

all i want to do is capture when a user presses up, down, left, right, enter of the action key in vb.net

is it possible?

<{POST_SNAPBACK}>

Do you mean on the form of some application, or whilst your app is running in the background?

If it's on the form, just add a KeyDown event to your form. The key pressed will be passed as a parameter to the event.

J

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.