How to remove UserPic

H

hellokareem

Slide->get_Background(&mShapeRange);

mShapeRange->put_Name(L"KAR_RANGE");
CComQIPtr<MSPPT::FillFormat> mFillFormat;
mShapeRange->get_Fill(&mFillFormat);

BSTR PicStr; GlobalVars::ConvertCharToBSTR(szTempName, &PicStr);
mFillFormat->UserPicture(PicStr);

how i can remove this picture later??
any help really appreciable..
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top