vbrunner__ wrote:
Answer: hook up the Enter event for the UserControl and give it the following code:

private void UserControl1_Enter( object sender, EventArgs e ) {
  this.ActiveControl = textBox1;
}