Page 1 of 1

CodenStuff Logout

Posted: Mon Nov 01, 2010 7:46 pm
by Codex
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:
Code: Select all
Dim i = WebBrowser1.Document.Links(9)
        Dim link = i.GetAttribute("href")
        WebBrowser1.Navigate(link)
But i'm not sure if the webbrowser has to be in
Code: Select all
www.CodenStuff.com/forum/index.php
You're welcome!

- cxv

Re: CodenStuff Logout

Posted: Mon Nov 01, 2010 8:42 pm
by Proprogrammer
Great!

Re: CodenStuff Logout

Posted: Fri Nov 19, 2010 9:47 am
by MrAksel
Hey, thanks!!!

Re: CodenStuff Logout

Posted: Fri Nov 19, 2010 9:54 am
by Codex
You're welcome!