Re: how to update my changed picture in my buddy - WeOnlyDo Discussion board

Re: how to update my changed picture in my buddy (General questions)

by sapna, Thursday, July 09, 2009, 14:35 (5615 days ago) @ woddrazen

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


Complete thread: