Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~82 People Reached
Favorite Forums
Favorite Tags
Member Avatar for midexlis

Hi, i work with C#. how to get Internet Explorer address bar information? When i`m type in to address bar e.g. [URL="http://www.google.com"]http://www.google.com[/URL], i want to get message with the same URL e.g. [I]Welcome to [URL="http://www.google.com"]http://www.google.com[/URL][/I] How to get this? [CODE]foreach (InternetExplorer ie in new ShellWindowsClass()) { string url = ie.LocationURL; …

0
82