Você quer realçar a caixa de texto, txtUserInfo, de modo que destaque seu texto quando receber o foco. Como você realizará isto?
Entre com o seguinte código no evento:
txtUserInfo_GotFocus()
txtUserInfo.SelText = Len(txtUserInfo).
txtUserInfo_LinkOpen()
txtUserInfo.SelectText = True.
txtUserInfo_GotFocus() txtUserInfo.SelStart = 0
txtUserInfo.SelLength = Len(txtUserInfo).
txtUserInfo_OnFocus()
txtUserInfo.SelText = True.
{TITLE}
{CONTENT}
{TITLE}
Aguarde, enviando solicitação...