CodenStuff Logout

Heres your chance to share your own tutorials with the community. Just post them on here. If your lucky they may even be posted on the main site.
4 posts Page 1 of 1
Contributors
User avatar
Codex
Coding God
Coding God
Posts: 2028
Joined: Wed Mar 31, 2010 5:50 pm

CodenStuff Logout
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
We shall let the revolution begin.. the revolution for freedom, freedom against censorship. We shall fight in the fields and in the streets, we shall fight in the hills; we shall never surrender
User avatar
Proprogrammer
VIP - Donator
VIP - Donator
Posts: 415
Joined: Sun Oct 03, 2010 11:14 pm

Re: CodenStuff Logout
Proprogrammer
Great!
------------------------------------------------------------------------------
Proprogrammer, not just a Programmer.
User avatar
MrAksel
C# Coder
C# Coder
Posts: 1758
Joined: Fri Mar 26, 2010 12:27 pm

Re: CodenStuff Logout
MrAksel
Hey, thanks!!!
LMAOSHMSFOAIDMT
Laughing my a** of so hard my sombrero fell off and I dropped my taco lmao;


Over 30 projects with source code!
Please give reputation to helpful members!

Image
Image
User avatar
Codex
Coding God
Coding God
Posts: 2028
Joined: Wed Mar 31, 2010 5:50 pm

Re: CodenStuff Logout
Codex
You're welcome!
We shall let the revolution begin.. the revolution for freedom, freedom against censorship. We shall fight in the fields and in the streets, we shall fight in the hills; we shall never surrender
4 posts Page 1 of 1
Return to “Tutorials”