I'm coding a custom background non rectangular window with buttons such as minimize and close in bitmaps. Here is my code just for now The problem is the custom window does not receive mouse messages while hovering over non zero alpha regions.
feedback
|
|
Since minimize and close buttons are outside window client area, you need to capture WM_NCLBUTTONUP in addition to WM_LBUTTONUP | |||||
feedback
|
|
What is the difference between the client and non-client areas?
A window is divided into two main areas:? The area in which we can do/write/draw something. ex: while space that we can see when an application is created. Non Client Area: Where We can't do anything. example: like menu bar, status bar, scroll bar, title bar, etc., From Jaivinder Kumar village Abheypur P.O. Damdama Distt.gurgaon(HR) MSc. Mob9050730063 | |||
|
feedback
|