This works for me. I was populating a readonly textbox but the text would always be selected even if the textbox was readonly. TextBox.Select(0, 0) deselected the text.