Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

get text from non window class

Tags:

opera

I am trying to get url from opera browser. In Spy++, you can have a target cursor where it detects window control and give you class name. When I hover it over Opera's address bar, it can't detect the url control so i assume it is drawn internally. Is there a way to get text from the class? I am using MFC and for IE8, I am sending wm_Gettext message to get text.

Thanks

like image 594
user156144 Avatar asked Mar 27 '26 00:03

user156144


1 Answers

One workaround would be to show the URL in Opera's title bar. Copypaste opera:config#show address into the address bar, check the box and save. If that's what you're looking for.

like image 118
ftvs Avatar answered Apr 02 '26 21:04

ftvs