IIRC, any control that is disabled gets ignored in the tab order list, so there's no inherent way to make a disabled control accept focus (which is all tabbing to a control is). The only way around it is to enable all controls, then have a bunch of handling in the Click, Change, KeyPress, etc...