I am trying to get data into a web application that runs in a web browser control.
My thought is to use a cookie. Is it possible for the windows form to set a cookie variable that the web application can read and vice-versa?
If so, how? I’ve done some googling but can’t figure it out.
(Language: C#)
Thanks
In the desktop application I do this:
The web application inside the browser control is able to read it.
Cool.