
11-19-2008, 5:31 PM
|
 |
VB.NET Forum Moderator
.NET Framework: .NET 3.5 (VS 2008)
|
|
Join Date: Dec 2005
Location: Norway
Age: 37
Posts: 10,303
Reputation: 1315
|
|
WebBrowser is a Windows.Forms control, controls and forms is not used in windows services, which don't have UI and interact with active desktop, and don't have a windows message loop. You should be able to use a WebRequest/WebClient.
|