Вверх ↑
Ответов: 9906
Рейтинг: 351
#1: 2008-04-17 23:07:36 ЛС | профиль | цитата
MSDN/About Mouse Input писал(а):
The WM_NCHITTEST Message:
Whenever a mouse event occurs, the system sends a WM_NCHITTEST message to either the window that contains the cursor hot spot or the window that has captured the mouse. The system uses this message to determine whether to send a client area or nonclient area mouse message. An application that must receive mouse movement and mouse button messages must pass the WM_NCHITTEST message to the DefWindowProc function

MSDN/WM_NCHITTEST Notification писал(а):
HTTRANSPARENT: In a window currently covered by another window in the same thread (the message will be sent to underlying windows in the same thread until one of them returns a code that is not HTTRANSPARENT).


Есть еще и VisualShape...
А вот напрягаться с определением "какие области и какого цвета станут прозрачными", в особенности мышачьей прозрачности - для них не очень хочется.

карма: 9

0