Link to home
Start Free TrialLog in
Avatar of Bolter99
Bolter99Flag for United Kingdom of Great Britain and Northern Ireland

asked on

Setting/Retrieving URL from IE in VB.Net

Hello,
      I have been learning VB in college and as an assignment we have been requested to create a useful program for use in the college. So, I thought a web site blocker would come in handy. So, all I need is a way to retrieve the url from the address bar in IE.

Thanks in advance for any help.
Bolter99
Avatar of Bob Learned
Bob Learned
Flag of United States of America image

Since we, as experts, are not allowed to do homework, but are allowed to provide assistance, I would suggest finding the IE window through Windows API, and then enumerate child windows.  A program like Spy++ can be a useful tool for this.

Bob
Avatar of Bolter99

ASKER

Well, its not exactly home work. Its an exercise so we get to grips with VB.

So, ill look into the Windows API and any other suggestions are welcome.

Thanks bob!

Bolter99
This question doesnt seem to want to be answered so please remove it.
ASKER CERTIFIED SOLUTION
Avatar of Bob Learned
Bob Learned
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