open url in a new browser window from c# and setting a cookie -
06-22-2006
, 06:30 AM
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 |