home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 1996 February
/
PCWK0296.iso
/
abcflow
/
abc
/
samples
/
ole_vbx
/
ole_vbx.h
< prev
next >
Wrap
C/C++ Source or Header
|
1992-08-20
|
1KB
|
44 lines
// ole_vbx.h : main header file for the OLE_VBX application
//
#ifndef __AFXWIN_H__
#error include 'stdafx.h' before including this file for PCH
#endif
#include "resource.h" // main symbols
/////////////////////////////////////////////////////////////////////////////
// COle_vbxApp:
// See ole_vbx.cpp for the implementation of this class
//
class COle_vbxApp : public CWinApp
{
public:
COle_vbxApp();
// Overrides
virtual BOOL InitInstance();
// Implementation
COleTemplateServer m_server;
// Server object for document creation
//{{AFX_MSG(COle_vbxApp)
afx_msg void OnAppAbout();
// 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_DOUBLECLICKSUBCLASS;
extern UINT NEAR VBN_DELETESUBCLASS;
//}}AFX_VBX_REGISTER
/////////////////////////////////////////////////////////////////////////////