Web Browser Componant Questions
How would one make it so my VB application will Click a Image/Button on my Web Browser Componant on a timer or a click of a cmd button?
i want to load up a web page and have it log in.
the login button would be something like
<input type="image" src="Directory/Login.gif">
or whatever xD
help would be appreciated : )
Re: Web Browser Componant Questions
There will be a Javascript fucntion the fire when you click the login gif, find out its name also find out the names of the 2 text fields, password and username first.
Re: Web Browser Componant Questions
hmm i looked thru the jscript files of the site and theres nothing.
but i ran across this
<input type="hidden" name="submit" value="TRUE"> | then it goes into the button i want to activate.
<input type="image" src="Directory/Login.gif">
Re: Web Browser Componant Questions
and yer i already got the password and username field names : )
Re: Web Browser Componant Questions
Re: Web Browser Componant Questions
the site name is www.DarkThrone.com
its some site that my friends use and they want this auto clicker thing.
so im tryin to help em out :S
if i can figure this one thing out i should be able to finish it with ease xD