www.pudn.com > LECTEUR-MP3.zip > SliderCtrlEx.h


#if !defined(AFX_SLIDERCTRLEX_H__2AE11A13_6C15_481D_AA9E_101B9EC45C2A__INCLUDED_) 
#define AFX_SLIDERCTRLEX_H__2AE11A13_6C15_481D_AA9E_101B9EC45C2A__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
// SliderCtrlEx.h : header file 
// 
 
///////////////////////////////////////////////////////////////////////////// 
// CSliderCtrlEx window 
 
#define WM_SLIDER_POS_CHANGE 200 
 
class CSliderCtrlEx : public CSliderCtrl 
{ 
// Construction 
public: 
	CSliderCtrlEx(); 
 
// Attributes 
public: 
 
// Operations 
public: 
 
// Overrides 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CSliderCtrlEx) 
	//}}AFX_VIRTUAL 
 
// Implementation 
public: 
	virtual ~CSliderCtrlEx(); 
 
	// Generated message map functions 
protected: 
	//{{AFX_MSG(CSliderCtrlEx) 
		afx_msg void OnLButtonDown(UINT nFlags, CPoint point); 
		afx_msg void OnLButtonUp(UINT nFlags, CPoint point); 
		// NOTE - the ClassWizard will add and remove member functions here. 
	//}}AFX_MSG 
 
	int m_iPos; 
 
	DECLARE_MESSAGE_MAP() 
}; 
 
///////////////////////////////////////////////////////////////////////////// 
 
//{{AFX_INSERT_LOCATION}} 
// Microsoft Visual C++ will insert additional declarations immediately before the previous line. 
 
#endif // !defined(AFX_SLIDERCTRLEX_H__2AE11A13_6C15_481D_AA9E_101B9EC45C2A__INCLUDED_)