Thank you.
Can you tell me how can I remove it?
I tried
Browser.Document.GetElementById("RegisterBtn").OuterHtml = "<input id='RegisterBtn' class='btn btn-primary' type='submit' name='' value='Register'>"
But registration still doesn't work.
I want to make app which will create account here...
Hello!
I am using Microsoft Visual Basic 2010 Express.
I need to remove "disabled" attribute from this element in webbrowser.
<input id="RegisterBtn" class="btn btn-primary" type="submit" disabled="false" name="" value="Register"></input>
It must look like this...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.