Microsoft.VisualBasic.ChrW(13)

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

Guest

Is there another way to check for keyboard inputs?

I'm using the Microsoft.VisualBasic namespace:

e.KeyChar <> Microsoft.VisualBasic.ChrW(13)

I'm not sure but it seems to me that it is not the optimal way to use the
new .net classes and namespaces. is this correct?

Any sug?
 
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..
 
Back
Top