Click here to Skip to main content
15,890,438 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have navigated to a web page using WebBrowser.Navigate[^].

I have logged into that webpage and worked on it. If the webbrowser got closed i want to send Logout command to the webpage.

I am using a Form for doing this.

At the time of closing the form i want to send logout command to that perticular website from the code.

How can i do this?
Posted
Updated 7-Jan-10 18:29pm
v3

1 solution

I assume the webbrowser is on a form. You can handle the form's closing event and send logout command.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900