CodenStuff Logout
Posted: Mon Nov 01, 2010 7:46 pm
Hello Guys
We have had many apps that log you in to CodenStuff but no-ones that log you out.
so after some tries, i finally managed, and its SIMPLE
on a button click event where you want to logout, add this:
- cxv
We have had many apps that log you in to CodenStuff but no-ones that log you out.
so after some tries, i finally managed, and its SIMPLE
on a button click event where you want to logout, add this:
Code: Select all
But i'm not sure if the webbrowser has to be in Dim i = WebBrowser1.Document.Links(9)
Dim link = i.GetAttribute("href")
WebBrowser1.Navigate(link)
Code: Select all
You're welcome!www.CodenStuff.com/forum/index.php
- cxv