SplashWindow.h
资源名称:44757463.rar [点击查看]
上传用户:lj3531212
上传日期:2007-06-18
资源大小:346k
文件大小:0k
源码类别:
绘图程序
开发平台:
Visual C++
- /* Hello, If you have any Question?
- Welcome E-mail me, My e-mail is r39710@giga.net.tw
- Thank you Bye
- */
- class CSplashWindow : public CWnd
- {
- private:
- CDC MemDC;
- BITMAP bmBitmap;
- CBitmap m_Bitmap;
- CBitmap *Old_Bitmap;
- public:
- CSplashWindow();
- ~CSplashWindow();
- void CreateSplash();
- afx_msg void OnPaint();
- DECLARE_MESSAGE_MAP()
- };