quote:
Originally posted by Tobiaz
Hi... i'm sorry. It's me again
Now I made it like you have posted. I updated the "Initialize" Function and used the "ChangeDisplayPicture" Function. So. Thank you again. But... Everytime i call the ChangeDisplayPicture Function, the Error Number 91 appears. (Sorry, I don't know the Errordescreption in English )
I'm loading the Path from a Reg-Setting. But I don't think, this is the Error...
Can you help me again?
Thank you
Did you make sure your Initialize Function looks like this:
quote:
Originally posted by J-Thread
Just a note, but your initialize function should then be:
code:
Private objMessengerAPI As Object
Private Const M_ContactProperty_DP As Long = 2
Option Explicit
Public Function Initialize(ByVal nVersion As Long, _
ByVal sUserEmail As String, _
ByVal oMessenger As Object) _
As Boolean
Initialize = True
Set objMessengerAPI = oMessenger
End Function