Converting "Enter" to "Tab"

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

Guest

How can I convert the "Enter" key to a "Tab" so my application will act like
"Tab" has been hit when the "Enter" key has actually been depressed. This
gives type-writer functionality to programs.

I was able to do this very simply in VB6, however, I have not found a method
to do this in .NET.
 
Back
Top