Re: how to update my changed picture in my buddy (General questions)
hi
this is the code i used to update my picture
[code]
CPictureHolder *myPicture = new CPictureHolder ;
HBITMAP hBMP ;
myPicture->CreateFromBitmap(m_pIMDialog->m_imgWndObject.GetBitmap()) ;
IDispatch * pTempDispatch = (IDispatch *)myPicture->GetPictureDispatch() ;
m_MyVcard.AttachDispatch(m_XMPP.GetVCard(),TRUE) ;
m_MyVcard.SetPhoto(pTempDispatch) ;
m_MyVcard.Send() ;
m_MyVcard.Receive() ;
m_MyVcard.DetachDispatch() ;[/code]
and i used the same picture that you sent in the link and its not getting sent