winapi - Is it possible to programmatically retrieve this text using the windows api? -


i know it's possible programmatically retrieve text #2 (refer image below) using win32gui.getwindowtext(handle). not find function retrieve text #1, there still way retrieve text programmatically?

text #1 appears if hover on taskbar icon few seconds.

alternatively, know these kind of popups called? me in search also.

texts

consider using the official windows media player sdk information plying song instead of trying wrestle out getwindowtext() (which i don't think works across-process boundaries) of tooltip (which owned windows, not child windows). this method seems right 1 (but wouldn't know sure).


Comments

Popular posts from this blog

qt - Using float or double for own QML classes -

Create Outlook appointment via C# .Net -

ios - Swift Array Resetting Itself -