/*-----------+---------------------------------------------------------------- | File | VDlgHelp.h | Company | LEAD Technologies, Inc. | Developer | | Email | | Type | Vector Demo | Date | Oct 16, 2002 +-----------+----------------------------------------------------------------*/ #include "stdafx.h" #ifndef __MYVECTORDIALOG_H_ #define __MYVECTORDIALOG_H_ /*----------------------------------------------------------------------------+ | Class | MyVectorDialog | | Desc | | | Notes | | +-----------------------------------------------------------------------------+ | Developer | LEAD Tech. | | Date | Oct 2002 | +----------------------------------------------------------------------------*/ class MyVectorDialog : public LVectorDialog { public: MyVectorDialog( ); MyVectorDialog( LVectorWindow * ); ~MyVectorDialog( ); LEAD_DECLAREOBJECT(MyVectorDialog); protected: virtual L_VOID VectorHelpCallback( L_UINT32 uDlgID, HWND hElement, L_INT nCtlID ); }; #endif /* EOF */