Originally posted by Ian McKenzie
You were both right - it needed both the "handles" line (which I don't know a damned thing about), and the e.KeysValue = e.keys.left issue.

Hi,

When you add an event handler ( i.e. Button_Click) don't try to type it in from the keyboard. In the code view of the form there are two dropdown panels just above the code. Click the drop down arrow of the left one and select the control then click the drop down arrow of the right one and select the event you require. This way, VB.NET puts in all the correct wording.