Simple requirment but no solution...

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am working with BHO (Browser Helper Object) using visual basic 6.0 Anyone
can tell me is there is any way to write in the address bar though code.
Actually i want when document is complete then i want to replace the current
url from the address to my own, just to replace no need to further browsing
of new url.

Million of thanks in advance.

-Waseem
 
You can enumerate the sub windows under the iexplore.exe window and find the
Address box window. Then use the sendmessage api to write the text to the
address box.
This is a method that is used by some hackers to trick people into thinking
that they have navigated to a legitimate site. Your code will not work with
V7 IE as the developers have countered this tatic.
 
Back
Top