Hi,
I need to create a program using Qt, which one running in background, read the url from my browser.
ie, the program is running allways. When I open my broser ( explorer or firefox ) and type the address http://www.qtforum.org/ , then the program read the address from the address bar and write it in a text file. I am trying to do this. But, how can I read the address from the address bar ?
Please help me.