
Search found 2 matches
- Fri Jun 02, 2017 2:38 am
- Forum: General Chat
- Topic: Double Click to Caption Area (Title Bar)
- Replies: 2
- Views: 33963
Re: Double Click to Caption Area (Title Bar)
No no! I meant that you need not react to this event. It is necessary to emulate the sending of event data to the active window by pressing a button of the mouse. Try several times in a row for one active window - the result will please you. 

- Sat Apr 15, 2017 11:21 pm
- Forum: General Chat
- Topic: Double Click to Caption Area (Title Bar)
- Replies: 2
- Views: 33963
Double Click to Caption Area (Title Bar)
Good day.
Your program can be attached to a button WM_NCLBUTTONDBLCLK + wParam HTCAPTION ?
(WM_NCLBUTTONDOWN, WM_NCLBUTTONUP, WM_NCLBUTTONDBLCLK and WM_NCLBUTTONUP)
This is a very convenient feature

Your program can be attached to a button WM_NCLBUTTONDBLCLK + wParam HTCAPTION ?
(WM_NCLBUTTONDOWN, WM_NCLBUTTONUP, WM_NCLBUTTONDBLCLK and WM_NCLBUTTONUP)
This is a very convenient feature

