Opening Internet Explore through code with start page.

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...
 
A

Alex Feinman [MVP]

Oh, yes. One other thing. Naturally you want to use OpenNETCF class
OpenNETCF.Diagnostics.Process (by default it uses ShellExecuteEx)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top