Search the Community
Showing results for tags 'window info'.
-
Hi I am looking for a way to get value from Visible Text. >>>> Window <<<< Title: NVIDIA Control Panel Class: Afx:00007FF6CFB40000:b:0000000000010007:0000000000000006:0000000002F21B43 Position: 965, 540 Size: 974, 620 Style: 0x14CF0000 ExStyle: 0x00010100 Handle: 0x0000000000B11C78 >>>> Control <<<< Class: Static Instance: 26 ClassnameNN: Static26 Name: Advanced (Class): [CLASS:Static; INSTANCE:26] ID: 206 Text: Position: 275, 113 Size: 953, 531 ControlClick Coords: 202, 73 Style: 0x5400000E ExStyle: 0x00000004 Handle: 0x00000000004E1C9E >>>> Mouse <<<< Position: 1450, 777 Cursor ID: 0 Color: 0xF3F3F3 >>>> StatusBar <<<< >>>> ToolsBar <<<< >>>> Visible Text <<<< D&isable SLI I'm looking to get the Value for D&isable SLI and then move my mouse to it. I'm having trouble with this because I can't use the Advanced Class because there are multiple buttons with the same class so i have to resort to using Visible Text. Is this possible to do? I found some example code on the forum but I'm not sure how to use the RegExp $Text=ControlGetText("[CLASS:Notepad]","","[CLASSNN:Edit1]") $Value=StringSplit($Text,@CRLF) For $i=1 To $Value[0] If StringRegExp($Value[$i],"[0-9][^:alpha:]") Then MsgBox(0,"",$Value[$i]) EndIf Next That's the example.
-
Hi guys! I have a Window and I want to interact with its controls. Using AutoIt Window Info, I can grab only the window title and class, and nothing else. All its controls is not recognized by the AutoIt tool. So can someone help me? Is there any solution to interact with this window controls? I must give focus to, read and write a textbox in this window. Thanks !!! Monica
- 3 replies
-
- window info
- window controls
-
(and 1 more)
Tagged with: