Ok now i have that, is there a way i can make it check if the user is registered?
Originally Posted by ☆TIS☆
Ok now i have that, is there a way i can make it check if the user is registered?
Edit:
Hmm...I am not good at this stuff, but I found that the Login button and search members button is using no IDs / are hidden. So I think I won't be able to help you. Blubb is good at this stuff, maybe he can help you.
This won't work. We need to Invoke the Submit/Login button using the ID. But I can't find the ID, even with Google Chrome !!!
Ok Thanks mate
//edit. also the above code for the login button doesnt work.. i tried all sorts of ways and still didnt work!! do u think u could help me on team viewer?
Originally Posted by ☆TIS☆
Ok Thanks mate
//edit. also the above code for the login button doesnt work.. i tried all sorts of ways and still didnt work!! do u think u could help me on team viewer?
See my post above. ^^^^^^^^^^^^^^^^^^^^
yes i tried Google Chrome myself and didnt find anything..i tried a numrous of things ill ask blubb or NextGen
webbrowser1.Documents.GetElementById("submit").Set Attributes("value", 1)
and so on
Values cannot be set on Buttons. They can be set on checkboxes / textboxes /etc... Buttons are alwayz invoked. And ya I hope they can help you. Best of luck !!
i need another question answered plz?
with the login part for the Account Gen, i have started to make a MPGH register form,
how do i make the CheckBox + Register button click after checkbox is checked??
with the login part for the Account Gen, i have started to make a MPGH register form,
how do i make the CheckBox + Register button click after checkbox is checked??
One more thing, when filling the info use the webbrowser1_DocumentCompleted event, so you'll be able to get rid of "Object reference not set to an object." exception.
Im New to the GetElementById i only learnt it today, thats why i wanna make register forms and stuff so i get used of it more