Ok, ok
Thanks to all of you for your precious help.
I solved the situation by the following way:
By this way, the mouse appears to be into the dialog even if the mouse is put on the title bar.Code:int CALLBACK DlgProc(......) switch (message) { ..... ..... case WM_NCHITTEST : return HTCLIENT ; break ; ....... }
Thank you very much!!




Reply With Quote