Cross Posted September 22, 2005 Posted September 22, 2005 I need help on creating the code to get the screen resolution. I was going through the help and found a GUICtrlCreateTreeView.. one of the sample codes was like so... $resitem = GUICtrlCreateTreeViewitem ("Resolution",$displayitem) But I was looking for one that actually has different variables for the heighth and width of the window like $x and $y you know? I just haven't found anything like it in the help file though and was wondering if someone could help me out.
AutoChris Posted September 23, 2005 Posted September 23, 2005 I need help on creating the code to get the screen resolution. I was going through the help and found a GUICtrlCreateTreeView.. one of the sample codes was like so...$resitem = GUICtrlCreateTreeViewitem ("Resolution",$displayitem)But I was looking for one that actually has different variables for the heighth and width of the window like $x and $y you know? I just haven't found anything like it in the help file though and was wondering if someone could help me out. Are you looking for something like WinGetClientSize?
Cross Posted September 23, 2005 Author Posted September 23, 2005 heh thanks Larry found what I needed ;P
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