Register for your free account! | Forgot your password?

Go Back   elitepvpers > Coders Den > General Coding > Coding Tutorials
You last visited: Today at 12:00

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



Auto Login WebSite With C#

Discussion on Auto Login WebSite With C# within the Coding Tutorials forum part of the General Coding category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Jan 2015
Posts: 23
Received Thanks: 8
Cool Auto Login WebSite With C#

PHP Code:
webBrowser1.Document.GetElementById("u").SetAttribute("value"txtuser.Text); 
webBrowser1.Document.GetElementById("p").SetAttribute("value"txtpass.Text); 
HtmlElementCollection c1 webBrowser1.Document.GetElementsByTagName("a"); 
foreach (
HtmlElement e2 in c1) { 
   if (
e2.GetAttribute("classname").Contains("btn01")) 
   { 
    
e2.InvokeMember("click"); 
   } 

FULL SOURCE CODE:
vuongda is offline  
Thanks
1 User
Reply


Similar Threads Similar Threads
[TOOL] AutoClient V3 - Auto call, auto pick, auto login... just everything
11/08/2015 - League of Legends Hacks, Bots, Cheats & Exploits - 30 Replies
Hello there. I am about to release version 3 of my PVP.net Client automation tool. tl;dr Download Videos FAQ Documentation Report a problem https://www.youtube.com/watch?v=7g89-K8kPGA
Wie Speichert man die Login daten und macht nen Auto Login
07/15/2010 - Metin2 Private Server - 5 Replies
Souh ma wieder ne "Blöde Frage"... wie speichert man die login daten und macht nen autologin für den client wie es hier gemacht worden ist: http://www.elitepvpers.com/forum/metin2-pserver-dis cussions-questions/616285-my-new-client.html Über ne antwort würde ich mich freuen...



All times are GMT +2. The time now is 12:00.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.