hi all -
on my winform I can tab though my controls (textboxes, button) ok -
but the focus gets stuck on the last one in the sequence - rather than
cycling back to the first - anyone know why/how to fix??
also - doing a "shift tab" cycles backwards ok - until it hits my
password entry text box - then it gets stuck on that one... hmm
any ideas appreciated ...
thanks,
Oli.
Manoj Kumar - 28 Mar 2007 02:19 GMT
Well it seems that you have a textbox field on your form. Tab order doesn't
transfer to another control if the textbox have 'AcceptsTab' and 'Multiline'
property set to true.
Check out if it is so. I can guess only this much from your post. For more
help please mail me your code.