This post originated from an RSS feed registered with .NET Buzz
by Richard Jonas.
Original Post: Tab Orders
Feed Title: Richard Jonas
Feed URL: http://feeds.feedburner.com/blogspot/ouNA
Feed Description: Richard Jonas's blog about .NET, web development and agile methodologies.
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