On 24.01.2010 01:15, Rıdvan Tülünay wrote: > My form has an only one control that type is button, > I write keydown event on it, > > this events works, on the keyboard characters ( like "a","b" ), > but on up, down, left, right key doesn't work my event.
Supposing you're using WinForms, please have a look at the docs: http://msdn.microsoft.com/en-us/library/system.windows.forms.control.keydown.aspx In certain cases the arrows are consumed. Robert _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
