miguelma Posted December 29, 2010 Posted December 29, 2010 Hi everybody I want to read a baloontip that pops-up every time my cellphone(called ########) is connected or disconnected via bluetooth,and display a msgbox for now, so I try to detect it this is my first attempt opt("WinTitleMatchMode", 2) if WinWaitActive("######## conectado vía Bluetooth", "") then MsgBox (2,"ok","ok") or second: WinWaitActive("[CLASS:tooltips_class32]", "") $text = WinGetClassList("[CLASS:tooltips_class32]", "") MsgBox (2,"ok",$text) Windows Info grab this: >>>> Window <<<< Title: ######## desconectado vía Bluetooth Class: tooltips_class32 Position: 992, 807 Size: 252, 74 Style: 0x940006C3 ExStyle: 0x00080088 Handle: 0x000100D2 >>>> Control <<<< Class: Instance: ClassnameNN: Name: Advanced (Class): ID: Text: Position: Size: ControlClick Coords: Style: ExStyle: Handle: >>>> Mouse <<<< Position: 1066, 828 Cursor ID: 0 Color: 0xD6D6D8 >>>> StatusBar <<<< >>>> ToolsBar <<<< >>>> Visible Text <<<< >>>> Hidden Text <<<< Any idea?
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