| View previous topic :: View next topic |
| Author |
Message |
mAdDoG
Joined: 29 Dec 2004 Posts: 74
|
Posted: Fri Nov 20, 2009 11:07 pm Post subject: what is this type of control called? |
|
|
Hi everyone.
Just wondering what this controls name is, & if it's available in AHK...
It's the draggable bar that resizes multiple controls that reside next to another within a single window. (check the pics to see what I mean)
 _________________ -buttons, buttons,...
I like to push all the buttons!!! |
|
| Back to top |
|
 |
TLM
Joined: 21 Aug 2006 Posts: 767 Location: The Shell
|
Posted: Fri Nov 20, 2009 11:18 pm Post subject: |
|
|
The thing is if when I move it using control move only the line moves.
| Code: | Loop,
{
conPos++
ToolTip, % conPos
ControlMove, HH SizeBar1, % conPos, , , Height, ahk_class HH Parent
if conPos > 100
Break
} |
_________________
Off diving into dll functions.. |
|
| Back to top |
|
 |
mAdDoG
Joined: 29 Dec 2004 Posts: 74
|
Posted: Fri Nov 20, 2009 11:38 pm Post subject: |
|
|
Thanks for the "Window Spy" lesson! _________________ -buttons, buttons,...
I like to push all the buttons!!! |
|
| Back to top |
|
 |
|