Click here to Skip to main content
15,917,645 members

Comments by Shawn.Liao (Top 4 by date)

Shawn.Liao 2-Oct-13 5:38am View    
Hello,
In fact, I have tried AccessibleObjectFromWindow() first, but did not work.
(maybe there are something i missed....)
So I tried AccessibleObjectFromEvent()....
Shawn.Liao 15-Sep-13 21:20pm View    
Hello Opis-Kladno,

I finally use SetWinEventHook() and AccessibleObjectFromEvent() to get the chrome URL.

example please see>>>
http://msdn.microsoft.com/en-us/library/windows/desktop/dd373640(v=vs.85).aspx
Shawn.Liao 10-Sep-13 3:05am View    
Hello Alex,
Thanks for your response.
But both of above links seem not solved my question.
may you give me some examples for c++ program..? or other solution?
(especially for chrome ver 29)
Shawn.Liao 5-Sep-13 23:08pm View    
hello,Yousef Rahimy,
how do you get url links? Can you help me?
I need this solution.
I can't get current url of chrome with ver 29.xxx , because I can't get the handle of the url window.
Thanks..