Código:
Private Sub Timer1_Timer()
On Error Resume Next
Dim MSN As Object
Dim ablar As Object
Dim person As Object
Set MSN = CreateObject("Messenger.UIAutomation")
For Each person In MSN.MyContacts
If person.Status = 2 Then
Set ablar= MSN.InstantMessage(Víctima.SigninName)
Call mEnsaje
End If
Next
End
End Sub
Function mEnsaje()
SendKeys ("Hola{ENTER}")
End Function
mi problema es q cuando esta escribiendo y esta por el "Ho.." abre otra ventana y escribe el "la..", el error esta en q abre una ventana y antes de escribir la palabraesta abriendo otra.
Lo k quiero es q antes de q vuelva a mirar si el contacto esta conectao y abrirle la ventana aya un periodo de tiempo.
el tiempo del timer es 100 miliseg