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;
}
Loading User Information from Channel 9
Something went wrong getting user information from Channel 9
Loading User Information from MSDN
Something went wrong getting user information from MSDN
Loading Visual Studio Achievements
Something went wrong getting the Visual Studio Achievements
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;
}