Click here to Skip to main content
15,923,689 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi All,
I added one border in top of the window.i want to perform mouse down event on that border.but i cant perform the mousedown event even isMouseOver property also will not become true when cursor in that border.i think it is because of i placed border in non client area of window.so could you please explain about non client area and how to perform event in that region.

Regards,
Rajkumar
Posted
Updated 1-Sep-15 17:59pm
v2
Comments
Sergey Alexandrovich Kryukov 2-Sep-15 0:40am    
Only via P/Invoke. I would not advise it, in most cases. What exactly do you want to achieve?
—SA
Member 11952134 2-Sep-15 0:59am    
i want to achieve mouse down event in non client area
Sergey Alexandrovich Kryukov 2-Sep-15 3:28am    
This is not what I meant. I mean why, what do you want to achieve, ultimately?
—SA

1 solution

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900