Navigate The internet explorer...

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

Guest

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
 
Husam said:
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.
 
Back
Top