Hi
Could anyone give me the right syntax for accessing the keys in Visual Basic.NET 2002, particularly the keys for LEFT and RIGHT? Any information would be much appreciated.
meandmymachine
Printable View
Hi
Could anyone give me the right syntax for accessing the keys in Visual Basic.NET 2002, particularly the keys for LEFT and RIGHT? Any information would be much appreciated.
meandmymachine
There is a Keys Enumeration.
Keys.Left
Keys.Right
...