HansH Posted August 25, 2005 Posted August 25, 2005 (edited) HI, I am missing a GUICtrlGetPos to get the corrent position / size of a control (a listView) Is there a other way to get those values of a control ? Hans Edited August 25, 2005 by HansH
Holger Posted August 25, 2005 Posted August 25, 2005 Hi Hans you can use also commands described in the helpfile in section "Windows Management" -> "Controls".In your case you could use ControlGetPos("", "", $CtrlID)RegardsHolger Old project:GUI/Tray menu with icons and colors Other old stuff:IconFileScanner, TriState/ThreeState GUI TreeView, GUI ContextMenu created out of a TreeView
HansH Posted August 26, 2005 Author Posted August 26, 2005 you can use also commands described in the helpfile in section "Windows Management" -> "Controls".Hi Holger,I checked the help, but I missed that one Just what I needed, thanks !Hans
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now