if(!searchTextBox.Focused)
{
searchTextBox.Focus();
}
This almost works. The textbox is focused, but the first typed letter is lost. I guess this is because the textbox never really gets the event, since it wasn't focused when it happend. So, do anyone have a clever solution to how I could make this work like it should?
This post has been edited by tlhIn`toq: 10 December 2012 - 05:09 PM

New Topic/Question
Reply



MultiQuote






|