Hellooopsforgotsendcommand Posted March 15, 2010 Posted March 15, 2010 in Display properties I want to get the info of a specific tab (Settings tab) but using the wininfo tool it gives the same name for each of the tabs so how do I tell autoit how to activate the settings tab?
JohnOne Posted March 15, 2010 Posted March 15, 2010 You have to activate the tab yourself Are you saying that more than one control in your gui has the same handle, ID, and instance ? They should be able to uniquely identify a control using these infos. AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans.
l3ill Posted March 15, 2010 Posted March 15, 2010 Hi, depending on which info your looking for... A system info macro might do the trick: $desktopw = @DesktopWidth $desktoph = @DesktopHeight MsgBox(4096,"Screen Resolution is:",$desktopw & "X" & $desktoph) My Contributions... SnippetBrowser NewSciTE PathFinder Text File Manipulation FTP Connection Tester / INI File - Read, Write, Save & Load Example
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