I am using .NET 3.5 framework of VB.NET 2008.
I have some textboxes in my form. I want the tab-like behavior when my user presses ENTER on one of my textboxes. I use
also can try this:
If e.KeyChar = ChrW(Keys.Enter) Then 'Do Necessary code here End If