Hi,
I am the beginner of the C# programming. I am doing a project now and customer has a special requirement for the moving rule of Tab key.
There are 8 textbox in a windows form, named for example textbox1, textbox2, � textbox 8. The customer want to use the Tab key first move to textbox 1 then textbox 2, �until textbox8, after that he want to jump back to textbox 3 by pressing Tab key and then do loop within textbox3, textbox4 and textbox8 with Tab key.
I only know how to do loop within all textbox1, � textbox8, and I have no idea how to manage jump back to textbox3 and only do loop within textbox3, textbox4 and textbox8. Does anyone has this experience or any suggestions?
Thanks for your help!
/mhbj