What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Plug-Ins » Correct way of using InviteApp

Correct way of using InviteApp
Author: Message:
tobyjug
New Member
*


Posts: 2
Joined: Jan 2006
O.P. Correct way of using InviteApp
What is the correct way to use InviteApp in VB6? Everytime I try it I get an error saying "Expected: =". I have no idea how I'm meant to be using this and doing google searches has yielded very little help.
Ultimately what I want to do with this is get it to do InviteApp to invite a user that talks to me to remote control me, this will be used for an msn bot so when someone says "remote" to the bot he will invite them to control the server he is connected to msn on.

Thanks for any help I receive.
01-15-2006 06:38 PM
Profile E-Mail PM Find Quote Report
Timothy003
Banned


Posts: 62
Reputation: -9
40 / – / –
Joined: Jan 2006
RE: Correct way of using InviteApp
Link?
01-15-2006 07:07 PM
Profile E-Mail PM Find Quote Report
tobyjug
New Member
*


Posts: 2
Joined: Jan 2006
O.P. RE: Correct way of using InviteApp
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.
01-15-2006 07:21 PM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On