AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

what is this type of control called?

 
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Ask for Help
View previous topic :: View next topic  
Author Message
mAdDoG



Joined: 29 Dec 2004
Posts: 74

PostPosted: Fri Nov 20, 2009 11:07 pm    Post subject: what is this type of control called? Reply with quote

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
View user's profile Send private message
TLM



Joined: 21 Aug 2006
Posts: 767
Location: The Shell

PostPosted: Fri Nov 20, 2009 11:18 pm    Post subject: Reply with quote



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
View user's profile Send private message
mAdDoG



Joined: 29 Dec 2004
Posts: 74

PostPosted: Fri Nov 20, 2009 11:38 pm    Post subject: Reply with quote

Thanks for the "Window Spy" lesson!
_________________
-buttons, buttons,...
I like to push all the buttons!!!
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Ask for Help All times are GMT
Page 1 of 1

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group