My Code is based upon what Matty posted here:
http://shoutbox.menthix.net/showthread.php?tid=44...d=460252#pid460252
Basically All I have added so far is:
code:
Dim Position As Integer
Position = InStr(1, ObA.accValue(V), "remote")
If Position <> 0 Then
MsgBox ("Wahoo")
End If
That is within Matty's code:
code:
'Check to see if the Parent Window is of the MSN Messenger Conversation
If strWinClassName = "IMWindowClass" Then
near the bottom of the module.
So at the moment the message box pops up when it recieves the text, that is where I'd like the InviteApp to go. That is what I'm having the problem with. Any idea of how to use InviteApp in there or something else which will do the same job to Invite the person to use remote assistance.