Detect ALT key

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

How to detect the ALT Key press by an user in VB.NET

Can any one help me on this

thanks
V.Boomessh
 
Hi V.

When you use the key up for that it is easy

e.KeyCode = Keys.Alt

I hope this helps?

Cor
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Breakpoint - Problem 1
Unload a Form 4
Hot Keys.. 1
Using DLL? 2
How to refer to 2.0 Framework? 6
Alt codes 4
ASP.NET 2
Append to App.exe.config at run time 4

Back
Top