I have a focus problem in C# GUI with tabs. I start a process based on an event with the users focus on a tab, and then run the process. The process repaints the the entire GUI -- and I'd like to put the user back on the initial tab.
Is there a way I can save the tab focus position when the event is triggered?
Cheers