Need help this is part of my code:
//{{AFX_VBX_REGISTER_MAP()
UINT NEAR VBN_CLICK = AfxRegisterVBEvent("CLICK"
//}}AFX_VBX_REGISTER_MAP
when I compile it however i get the following error:
error C2065: 'AfxRegisterVBEvent' : undeclared identifier
any ideas would be IMMENSELY appreciated.
thank you!!!
//{{AFX_VBX_REGISTER_MAP()
UINT NEAR VBN_CLICK = AfxRegisterVBEvent("CLICK"
//}}AFX_VBX_REGISTER_MAP
when I compile it however i get the following error:
error C2065: 'AfxRegisterVBEvent' : undeclared identifier
any ideas would be IMMENSELY appreciated.
thank you!!!