First, turn off the Visibile property of all the buttons but the first one. In the OnClick of the first, you turn the next one Visible, move the focus to it (or somewhere else) with SetFocus, and finally set the first button's Visible property to False. In other words, always restrict the...