It was fairly easy to set the Tab order of controls on a form in VB6- Start at the last one - set the Tab Index to 0 - go to the second last one set the tab index to 0 - this would set the index of the last one to 1 etc. By the time you got to the first control - the tab order was correct.
This dosn't seem to happen in VB.NET, everything stays at zero. Is there a Tab order assistant in VB.NET that I'm missing - like VBAssist

Any ideas

regards

BH