I am trying to get url from Opera browser. In Spy ++, you can have a target cursor where it detects window controls and gives you the class name. When I hover it over the Opera address bar, it cannot detect the URL control, so I assume that it is drawn inside. Is there a way to get text from a class? I use MFC and for IE8, I send a wm_Gettext message to get the text.
thanks
source
share