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