首页上一页 1 下一页尾页 1 条记录 1/1页
急用
发表在C语言图书答疑
2009-02-21
是否精华
是
否
版块置顶:
是
否
怎么在vc头文件中声明一个OnToolTipNotify函数??
// Generated message map functions
//{{AFX_MSG(CToolTip1Dlg)
virtual BOOL OnInitDialog();
afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
afx_msg void OnPaint();
afx_msg HCURSOR OnQueryDragIcon();
[font size=5]afx_msg BOOL OnToolTipNotify( UINT id, NMHDR * pNMHDR, LRESULT * pResult );[/font]
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
可运行后老是说没有定义函数。 怎么回事呀 !
// Generated message map functions
//{{AFX_MSG(CToolTip1Dlg)
virtual BOOL OnInitDialog();
afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
afx_msg void OnPaint();
afx_msg HCURSOR OnQueryDragIcon();
[font size=5]afx_msg BOOL OnToolTipNotify( UINT id, NMHDR * pNMHDR, LRESULT * pResult );[/font]
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
可运行后老是说没有定义函数。 怎么回事呀 !