文章详情

  • 游戏榜单
  • 软件榜单
关闭导航
热搜榜
热门下载
热门标签
php爱好者> php文档>C++显示Gif图片

C++显示Gif图片

时间:2010-08-16  来源:Gang.Wang

找了很多,介绍一个比较简单的,原来是MFC的我改成了非MFC的,使用方法:

   m_image = new ImageEx( L"d:\\loading.gif" );

    CRect rc;
    GetClientRect(rc);

    int cx = (rc.Width() - m_image->GetWidth()) / 2;

    m_image->InitAnimation(m_hWnd, CPoint(10,10));

相关阅读 更多 +
排行榜 更多 +
辰域智控app

辰域智控app

系统工具 下载
网医联盟app

网医联盟app

运动健身 下载
汇丰汇选App

汇丰汇选App

金融理财 下载