When the user returns to a particular property page, I need to to have focus on the same CEdit that had control when the page was exited. It is easy to get the active Ctrl at OnKillActive() time. But using GotoDlgCtrl() at OnSetActive() time does not appear to work. The first CEdit always has focus.