WebBrowser object without forms

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

Guest

Is it possible to load an URL into WebBrowser object without form (Ex:
Windows service) save to the disk as file.

I know how to do the above scenario by placing control over the form,
loading URL then saving to a disk. But I don't know how can load the (page)
given URL into WebBrowser object without forms. I tried to use and declare
the object then tried to Navigate. I got error at the point of Navigate
method (I guess, because there is nothing to navigate).

Any ideas?

Thanks,
Vijay
 
Back
Top