Windows Service for Printing HTML
Visual Basic
1
Posts
1
Posters
0
Views
1
Watching
-
I've been trying to create a windows service using Vb.Net that scans an MSMQ, browses to the url's posted in the queue and then prints the web pages. I have created a VB component that does all of this using the WebBrowser control. The component works fine in a Windows Application but when I try to port it to my Windows Service it does not work. I don't get any of the events firing such as the NavigateComplete2 and DocumentComplete. Can anyone help?