| View previous topic :: View next topic |
| Author |
Message |
schandl
Joined: 26 Apr 2005 Posts: 28 Location: Munich, Germany
|
Posted: Sun May 01, 2005 12:55 pm Post subject: Mouse Click on Title Bar |
|
|
Is it possible to know whether a mouse click (or any other hotkey) was performed on the title bar of a window? Either through getting some event/ID or by knowing the height ot the title bar and thus being able to calculate some (X,Y) expressions?
Bernd |
|
| Back to top |
|
 |
Chris Site Admin
Joined: 02 Mar 2004 Posts: 10480
|
Posted: Mon May 02, 2005 10:47 am Post subject: |
|
|
I think you can get the height of the title bar with the following:
SysGet, TitleBarHeight, 4 ; 4 is SM_CYCAPTION. |
|
| Back to top |
|
 |
|