webbrowser synchronous navigate

  • Thread starter Thread starter Lance Johnson
  • Start date Start date
L

Lance Johnson

We are using the webbrowser control, and we need to synchronously load a
page. I don't see anything that does that. Is there any kind of cues for
me to be able to do that or some function I'm missing? Basically we're
writing out a temporary file (pdf) and then having it displayed in the
browser. And then when a particular method is called, we want to unload
this file and delete it. I'm calling navigate to "about:blank" but it
doesn't seem to happen immediately so the delete call on the file is failing
because it's still in use. Anybody know of how I should go about this?

Lance Johnson
 
Back
Top