I am transferring a large file of about 500MB using bluetooth from one system to another. During this time I will get a balloon popup window saying "Bluetooth Connection" having a text that the mode has changed to high speed mode. I want to get this text in a variable using python. Any clue about how to read text from balloon popups???
Hope to get a reply asap.
Regards Sim
I combined posts of here and here to write the following example for you.
You need Python for Windows extensions which you can download here.
You can get the classname (you need it for the function win32gui.FindWindow) of your balloon tip, with the tool Spy++.