End Google Ads 201810 - BS.net 01 --> hello everyone,

This is a kind of strange question but it just got stuck to me this morning while writing my MFC application. Every time we define a message macro in MESSAGE MAP, we use default prototype for handling that message, i.e. for handling WM_CHAR() message we have OnChar() handler, what i want to know is whether there's a way change this default handler and provide our own message handler, with our defined name..........
I know we can work around this by calling our defined function in the default message handler but what i want is i don't want to mention the default handler in my application code.

your help is highly awaited........ thanks in advance

Regards