Hi,

Have a class which is derived from CDialog.

Have given this in the Header & the corresponding declaration in the .cpp of the class



LRESULT SendMessage(UINT message,WPARAM wParam = 0 );


I get this error while compiling the .cpp
error C2511: 'SendMessageW' : overloaded member function 'int (unsigned int)' not found in ...

My project is uncode defined...
Can I put this function using the class wizard,If yes,which message in class wizard..