Message Handling -
01-29-2004
, 12:01 PM
Hello
i have a Problem with the OnChangeDevice event. I want to overwrite the metho
BOOL CChildView::OnDeviceChange( UINT nEventType, DWORD dwData
I wrote in the heade
protected
afx_msg void OnPaint()
DECLARE_MESSAGE_MAP(
public
afx_msg BOOL OnDeviceChange( UINT nEventType, DWORD dwData )
and in the Messagema
BEGIN_MESSAGE_MAP(CChildView, CWnd
ON_WM_PAINT(
ON_WM_DEVICECHANGE(
END_MESSAGE_MAP(
but the program did't stepp in the OnDeviceCanged()
Would anyone tell me why
Thank
Totti |