I have one VB.net ClassLibray application.
I have a line of code:
System.Diagnostics.Process.Start("http://stackoverflow.com/")
This will take me to stackoverflow website.
the question is when i close the stackoverflow website how to get a response back to my application ?
ie,
How to handle the sessions of external web pages in .net ?