AutoHotkey Community

It is currently May 27th, 2012, 1:05 pm

All times are UTC [ DST ]




Post new topic Reply to topic  [ 3 posts ] 
Author Message
PostPosted: March 30th, 2008, 6:29 pm 
Offline

Joined: March 30th, 2008, 5:50 pm
Posts: 23
Location: France 14
Hello,
Can anyone show me exemple to resize 2 windows side by side in a gui.
From exemple below : when mouse is between Treeview and Listview I would like that cursor change to Harrow rigth/left and we can change both sizes with left mouse button by dragging. I would like to be able to do it vertical or horizontal depending how are the 2 windows

Thanks a lot for help I did'nt find such exemple in the forum.
Maxmax14


Code:
ScriptName = MachinesData 1.1
Title = MachinesData

#NoEnv  ; Recommended for performance and compatibility with future AutoHotkey releases. 
SendMode Event ; Recommended for new scripts due to its superior speed and reliability.

#SingleInstance ignore
SetControlDelay, -1
AutoTrim, Off       

Gui, +Resize     

Gui, Add, TreeView, Section x10 vTV2 w330 h175 -ReadOnly  AltSubmit   ImageList%ImageListID% 
Gui, Add, ListView, vLV2 xs+335 ys w180 h175 -ReadOnly  AltSubmit , Value 
Gui, Add, StatusBar
GuiControl, Focus, Static1
Gui, Show, , %title%
Gui, +LastFound
Return   
   
Guiclose:
Exitapp


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: April 1st, 2008, 10:06 pm 
Offline

Joined: December 1st, 2006, 9:27 am
Posts: 460
Is this what you are looking for?
http://www.autohotkey.com/forum/viewtopic.php?t=8746&highlight=splitter

_________________
Image


Report this post
Top
 Profile  
Reply with quote  
PostPosted: April 2nd, 2008, 6:14 pm 
Offline

Joined: March 30th, 2008, 5:50 pm
Posts: 23
Location: France 14
Exactly what I was looking for; Thank's a lot


Report this post
Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 3 posts ] 

All times are UTC [ DST ]


Who is online

Users browsing this forum: Amandaville, BrandonHotkey, chaosad, Yahoo [Bot] and 22 guests


You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Powered by phpBB® Forum Software © phpBB Group