What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Plug-Ins » Random Display Picture

Random Display Picture
Author: Message:
Tobiaz
Full Member
***

Avatar

Posts: 103
Reputation: 5
67 / Male / –
Joined: Aug 2005
Status: Away
RE: Random Display Picture
Hi. I have a Question to the Display Picture too... I thougt it doesn't need a new post...

I found a VB6 Code in an older post...:

code:
Public WithEvents MessengerAPI_Interface As MessengerAPI.Messenger
Public Const MCONTACTPROP_USERTILE_PATH As Integer = 2

Public Function Initialize(ByVal nVersion As Long, _
                           ByVal sUserEmail As String, _
                           ByVal oMessenger As Object) _
                           As Boolean
    Initialize = True
    Set MessengerAPI_Interface = oMessenger
    MessengerAPI_Interface.MyProperty(MCONTACTPROP_USERTILE_PATH) = "%path%"
End Function


Hm... is that wright, that i have to write my "DisplayPicture" Path there, where "%path%" is wiritten? Or is that wrong...?

quote:
'Make sure to set a reference to the MessengerAPI Type Library
what does this mean?

Thanks for helping...

greeeeeez
10-29-2005 10:23 AM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Random Display Picture - by zach on 10-29-2005 at 06:41 AM
RE: Random Display Picture - by DJKAL on 10-29-2005 at 07:26 AM
RE: Random Display Picture - by Tobiaz on 10-29-2005 at 10:23 AM


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