I need to get a handle to whichever control has the minimum TabIndex. I’ve tried using GetNextDlgTabItem() and passing a 0 pointer for the second argument, but the returned handle isn’t always the first one in the screen’s tab order. Thoughts?
Share
I ended up keeping track of which field got focus on load and then just setting focus back to that when needed.