open url in a new browser window from c# and setting a cookie

A

Atem

Hi,

i want to show an url from my c# application by starting a new browser
window.

I found several examples which starts a new browser process by using
System.Diagnostics.Process.

The url i am opening needs a cookie to be send. I can't set a cookie by
command line switches of the browser.

Is there any other posibility to start a new browser window and set a cookie
before browsing to the url ?

thank you for any help,

atem
 

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