What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Plug-Ins » Changing user display picture

Changing user display picture
Author: Message:
matty
Scripting Guru
*****


Posts: 8336
Reputation: 109
39 / Male / Flag
Joined: Dec 2002
Status: Away
RE: Changing user display picture
code:
'This is just an example for calling the oMessenger object passed through the Initialize Function into a Variable.
'Make sure to set a reference to the MessengerAPI Type Library


Public WithEvents MessengerAPI As MessengerAPI.Messenger

Public Function Initialize( _
                           ByVal nVersion As Long, _
                           ByVal sUserEmail As String, _
                           ByVal oMessenger As Object _
                          ) As Boolean
    Initialize = True
    Set MessengerAPI = oMessenger
    ' This will set the Display Picture to Vortec Space.jpg (This is wallpaper from Windows XP)
    MessengerAPI.MyProperty(2) = "C:\Windows\Web\Wallpaper\Vortec space.jpg"
End Function


This post was edited on 06-22-2005 at 06:33 PM by matty.
06-22-2005 06:25 PM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Changing user display picture - by Dick Donny on 06-17-2005 at 10:18 PM
RE: Changing user display picture - by Plik on 06-17-2005 at 10:29 PM
RE: Changing user display picture - by Dick Donny on 06-17-2005 at 10:41 PM
RE: Changing user display picture - by Eljay on 06-22-2005 at 05:00 PM
RE: Changing user display picture - by matty on 06-22-2005 at 06:25 PM
RE: Changing user display picture - by Dick Donny on 06-23-2005 at 07:41 PM
RE: Changing user display picture - by TheBlasphemer on 06-23-2005 at 07:55 PM
RE: Changing user display picture - by Dick Donny on 06-23-2005 at 07:58 PM


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