Shoutbox

Random Display Picture - Printable Version

-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: Messenger Plus! for Live Messenger (/forumdisplay.php?fid=4)
+---- Forum: Scripting (/forumdisplay.php?fid=39)
+----- Forum: Plug-Ins (/forumdisplay.php?fid=28)
+------ Thread: Random Display Picture (/showthread.php?tid=52377)

Random Display Picture by zach on 10-29-2005 at 06:41 AM

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.


RE: Random Display Picture by DJKAL on 10-29-2005 at 07:26 AM

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?


RE: Random Display Picture by Tobiaz on 10-29-2005 at 10:23 AM

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