home *** CD-ROM | disk | FTP | other *** search
- // vbxdemo.h : main header file for the VBXDEMO application
- //
-
- #ifndef __AFXWIN_H__
- #error include 'stdafx.h' before including this file for PCH
- #endif
-
- #include "resource.h" // main symbols
-
- /////////////////////////////////////////////////////////////////////////////
- // CVbxdemoApp:
- // See vbxdemo.cpp for the implementation of this class
- //
-
- class CVbxdemoApp : public CWinApp
- {
- public:
- CVbxdemoApp();
-
- // Overrides
- virtual BOOL InitInstance();
-
- // Implementation
-
- //{{AFX_MSG(CVbxdemoApp)
- // NOTE - the ClassWizard will add and remove member functions here.
- // DO NOT EDIT what you see in these blocks of generated code !
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
-
- /////////////////////////////////////////////////////////////////////////////
- // VB-Event extern declarations
-
- //{{AFX_VBX_REGISTER()
- extern UINT NEAR VBN_DBLCLICK;
- extern UINT NEAR VBN_KEYDOWN;
- extern UINT NEAR VBN_UPDATE;
- extern UINT NEAR VBN_SCROLLUP;
- extern UINT NEAR VBN_SCROLLDN;
- extern UINT NEAR VBN_SELCHANGE;
- extern UINT NEAR VBN_CLICK;
- extern UINT NEAR VBN_GOTFOCUS;
- extern UINT NEAR VBN_FILEDROPPED;
- //}}AFX_VBX_REGISTER
-
- /////////////////////////////////////////////////////////////////////////////
- extern BOOL AreVBXHere();
- extern BOOL IsHlpHere( BOOL bShowWarning = FALSE );
- extern BOOL Exist( LPCSTR szName );
-
-