Link to home
Start Free TrialLog in
Avatar of Jayzed
JayzedFlag for Australia

asked on

Retrieve web address from IE using VB.Net 2005

Hi All

I've written a small program using vb6 which involves retrieving the web address from the current active window of IE. This uses DDE to communicate with IE. ( .LinkTopic = "IExplore|WWW_GetWindowInfo")

I'm trying to convert this application to .net in order to expand on it. The problem is that DDE is not supported in .net 2005

I need to be able to retrieve the web address from the current active instance of IE using OLE Automation(which has apparently replaced DDE) and insert it into a textbox.

Any help will be greatly appreciated...thanks
SOLUTION
Avatar of oleggold
oleggold
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Bob Learned
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Jayzed

ASKER

Sorry about that...I've been away on business for a couple of weeks and almost forgot about the question.
I've decided to continue developing this in VB6 due to reasons other than this.

Thanks anyway for your help

regards
John