I know that a web browser is a GUI control But here is a problem:
I have a Windows service and I want it to grab a web page from Internet and let the JavaScript code to be executed and then processes the result on that page and keeps Cookies.
is there any way to simulate Web Browser or Create a Hidden window and assign a web browser to it from inside windows service ?