I don't know the size or layout of your controls, but is it possible that the child controls are simply obscuring the view of the parent TextBox? The TextBox will not flow text around child controls; it will simply draw the text "under" them. Also, if the caret is under one of the child controls, it will appear that the parent TextBox is not receiving focus when clicked. |