(int)e.KeyChar <> 13
Did u try that?
(I assume ur doin' a windows forms app and C#?)
- Sahil Malik
You can reach me thru my blog -
http://www.dotnetjunkies.com/weblog/sahilmalik
> Is there another way to check for keyboard inputs?
>
[quoted text clipped - 6 lines]
>
> Any sug?
Ken - 27 Sep 2004 14:21 GMT
hi, no I'm using VB.NET, but what I want to know is if it is a good practice
to use the Microsoft.VisualBasic namespace or there is another way to do the
things..
> (int)e.KeyChar <> 13
>
[quoted text clipped - 16 lines]
> >
> > Any sug?