how to programatically open and close IE ??

P

Paul G. Tobey [eMVP]

Open is easy. P/Invoke CreateProcess. You'll find dozens of times this
question has been answered in the archives. You can send a WM_CLOSE to the
IE main window to close it. Why do you want to do that?

By the way, you've not said what version of the OS, what type of device,
etc...

Paul T.
 
D

Dickson

I generate the report in html file and the data is store in SQLCE and I
display the html report in IE inside Pocket PC 2003. But the IE always use
the cache data and I need to stop the IE process in system memory before
dsplay the html report. Do you know any reporting tool that can be display
in Pocket PC2003? Thanks.
 
P

Paul G. Tobey [eMVP]

Well, *you* can add the IE control to your own code. I've never done this
with .NET CF, but you can use the Web browser support in OpenNETCF. In that
case, the report display is just another window in your application and you
should be able to show the data that you want.

Paul T.
 

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