Tuesday, January 24

Tab Orders

I've got an application with lots of dialog boxes. These have evolved over time and controls have been added and removed.

As it's coming to the stage where it will be released, it's time to tidy up things like tab orders. I found the following class from Scott McMaster saved a lot of time:

http://www.codeproject.com/dotnet/TabOrderManager.asp#xxxx

All I needed to do was add one line of code to each dialog box, and the tab orders now work correctly.

No comments: