Is there an easy way to move from control to control with Enter button?

  • Thread starter Thread starter Fia
  • Start date Start date
F

Fia

Hi
I am woundering if there is a way to move from control to control in VB
..Net. Now I have to use the TAB button. In VBA you can use both the Enter-
and the TABbutton without any specific code, like SendKeys.

Fia
 
Hi
I am woundering if there is a way to move from control to control in VB
.Net. Now I have to use the TAB button. In VBA you can use both the Enter-
and the TABbutton without any specific code, like SendKeys.

Fia

First of all, remember that with .Net you can do just about anything.

Second, most questions like this have been answered ad nauseam.
Therefore you should search the archives at
http://groups.google.com/group/microsoft.public.dotnet.languages.vb/topics?lnk=sg&hl=en
for your question.

But since you asked, here's a blog/article that explains what you need
to do:

http://www.duncanmackenzie.net/blog/517/default.aspx

Thanks,

Seth Rowe
 
Back
Top