Ok, there has got to be a simple solutions to this but I can't find it...

With newly created forms with .NET, how on earth do I select which control is to have the focus by default???
With VB 6 it used to be a simple case of setting the tab order - the first in order would have the focus when the form loaded.
With .NET however, this is no longer true - and even using a SetFocus command on the Load and Activated events will not shift the focus.

This is most irtritating since I have created a logon box but the password textbox simply will not have focus when it loads up resulting in an awkward user interface.

Any ideas / solutions most welcome...

Thanks in advance!