Home All Groups Group Topic Archive Search About

Navigate The internet explorer...

Author
23 Mar 2005 5:53 PM
Husam
Hi EveryBody:

I used the sendMessage function to  change the url of internet Explorer to
www.yahoo.com and here what I did :

SendMessage(hWnd, WM_SETTEXT, 0, "http://www.yahoo.com/")

but I face this problem that the internet explorer did not start navigate to
the url that I set which is www.yahoo.com, so any help that let me know how
to make the internet explorer start navigate by using win32 api to the url
that I set ?

any help will be appreciated

regard's

Husam

Author
25 Mar 2005 12:34 PM
C-Services Holland b.v.
Husam wrote:
Show quoteHide quote
> Hi EveryBody:
>
> I used the sendMessage function to  change the url of internet Explorer to
> www.yahoo.com and here what I did :
>
> SendMessage(hWnd, WM_SETTEXT, 0, "http://www.yahoo.com/")
>
> but I face this problem that the internet explorer did not start navigate to
> the url that I set which is www.yahoo.com, so any help that let me know how
> to make the internet explorer start navigate by using win32 api to the url
> that I set ?
>
> any help will be appreciated
>
> regard's
>
> Husam
>

What if the user is not using IE, but another browser? If you start/run
the url it should automatically open the default browser.

--
Rinze van Huizen
C-Services Holland b.v.