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:
zach
Senior Member
****

Avatar

Posts: 556
Reputation: 18
33 / Male / Flag
Joined: Jan 2005
Status: Away
O.P. Random Display Picture
In the MSN options, you can go into security and tick "this is a shared computer..." and it will change your display picture each time you sign in. It also sets your chat window back to default. I would like to be able to have the dp changing, but not the chat window if that's possible.
10-29-2005 06:41 AM
Profile PM Find Quote Report
DJKAL
Senior Member
****

Avatar

Posts: 800
Reputation: 14
33 / Male / –
Joined: Oct 2005
RE: Random Display Picture
there is a plug in that allows you to change you dp to change automatically every **seconds/minutes{set your own time} you can alos set it to play in random - if that is of help?
"You don't sleep, you defragment!"
10-29-2005 07:26 AM
Profile E-Mail PM Web Find Quote Report
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 »


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