|
-
Aug 11th, 2003, 09:50 AM
#1
Thread Starter
Lively Member
Windows Services and webbrowser
Hi,
I'm trying to create a windows service that periodically goes to a website and gets some of the html on the website to compare against previous results. I need to have a webbrowser control in my service in order to get though some webpages, eg. logons) (not for a user to see of course but in order to automatically send things like passwords to particular txtboxes on a webpage). However I cannot add an 'explorer' control to my design view in my service, i guess becuase there is no actual form.
I need to have the explorer control so should I add a windows form to my service and if so will that compromise my service at all. Futhermore being pretty much a beginner and not being able to test a windows service til its running how do I refer to the explorer control on the separate form from my service.vb code?
Any help gratefully appreciated
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|