Subject: how to retrieve contacts avatars
I am trying to client an IM based on jabber protocol. In my codes I can already receive, roster, presence, and other data. This time i would like to retrieve avatars of my contacts (like in Pandion).. I have tried using the vcard-based avatar..I can get the type and binval value..I just don't know the next step in order to display the avatar in a picture box or an ownerdrawn listbox...once i try to get the vcard.Photo image property..nothing is displayed in the picture box..How can i get the avatars? Pls. help...