SplashWindow.h
上传用户:lj3531212
上传日期:2007-06-18
资源大小:346k
文件大小:0k
源码类别:

绘图程序

开发平台:

Visual C++

  1. /*  Hello, If you have any Question?
  2.     Welcome E-mail me, My e-mail is r39710@giga.net.tw
  3.     Thank you Bye
  4. */
  5. class CSplashWindow : public CWnd
  6. {
  7. private:
  8. CDC MemDC;
  9. BITMAP bmBitmap;
  10. CBitmap m_Bitmap;
  11. CBitmap *Old_Bitmap;
  12. public:
  13. CSplashWindow();
  14. ~CSplashWindow();
  15. void CreateSplash();
  16. afx_msg void OnPaint();
  17. DECLARE_MESSAGE_MAP()
  18. };