WebBrowser object without forms

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
 

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