www.pudn.com > HPMapx.rar > BrentSplashEx.h


// BrentSplashEx.h : 
 
#ifndef AFX_ANTSPLASH_H__BY_BRENT_2003_10_1 
#define AFX_ANTSPLASH_H__BY_BRENT_2003_10_1 
 
#pragma once 
 
class CSplashWindow : public CWnd 
{ 
private: 
	CDC	memDC; 
	BITMAP	bmBitmap; 
	CBitmap m_Bitmap; 
	CBitmap *Old_Bitmap; 
 
public: 
	CSplashWindow(); 
	~CSplashWindow(); 
	void CreateSplash(LPCTSTR); 
	afx_msg void OnPaint(); 
	DECLARE_MESSAGE_MAP() 
}; 
//{{AFX_INSERT_LOCATION}} 
#endif