how can i retrieve URL for list box from web browser which is currently running on machine. using c#
From stackoverflow
-
While not a complete example, this shows how to retrieve the text in the address bar of an IE instance: http://www.improve.dk/blog/2007/04/03/getting-text-from-handle
You'll need to obtain the handle for that window before you can retrieve the text.
-
see this question, its for c++ but it may help
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.