• CPictureEx

    此类能显示gif动画,从别处转载 class CPictureEx : public CStatic { DECLARE_DYNAMIC(CPictureEx) public: struct TFrame // structure that keeps a single frame info { IPicture *m_pPicture; // pointer to the interface used for drawing SIZE m_frameSize; SIZE m_frameOffset; UINT m_nDelay; // delay (in 1/100s of a second) UINT m_nDisposal; // disposal method }; ……

    3
    166
    9KB
    2013-06-10
    21
关注 私信
上传资源赚积分or赚钱