Opening Internet Explore through code with start page.

  • Thread starter Thread starter deneb
  • Start date Start date
D

deneb

I wanna open Internet Explore though code with the specific page that I
want.
I used the CreateProcess API to start iexplore.

And that works.

but I can't start with the specific page that I want.

In desktop,
"C:\Program Files\Internet Explorer\iexplore.exe yahoo.com" can be used
to start
internet explore with yahoo page.

in PDA
"\Windows\IEBrowser yahoo.com" dosen't work.

How can I this?? Help me please..

PS. the page that I want to start with explore must be changeable in
source code...
 
Oh, yes. One other thing. Naturally you want to use OpenNETCF class
OpenNETCF.Diagnostics.Process (by default it uses ShellExecuteEx)
 
Back
Top