Click to See Complete Forum and Search --> : Non Client Messages


sasi_kumar_irtt
November 24th, 2006, 12:11 AM
Dear All,
I want to capture the Non Client area messages of a window and i have done it using WM_NCLBUTTONUP and WM_NCLBUTTONDOWN messages.
But when i tried to implement the same in Windows CE those tow messages are not supported.
Please help me how can i process the non client messages such as MINIMIZE and CLOSE

humptydumpty
November 24th, 2006, 12:24 AM
Because NonClient Message are not Supported by WinCE. So how can you think that you are going to get some useful info here.you can use
PreTranslateMessage() .to achieve your goal.

Thanx