Invision Power Login System
Hi. I know this has been posted before but I wanted to request an actual tutorial on an Invision Power login system. I'm not a fan of copy and paste coding. I actually want to learn from these things. Anyway I've tried HTTPS requests and that doesn't seem to work either so I'm running out of options. Hope to hear back from someone. Thanks!
You can a webbrowser control and use WebBrowser1.Document.GetElementsById("USERNAME_ID" ).SetAttribute("value", "YOUR USERNAME")
This will edit the value or text of the textbox in the login system website and you can make it invisible.
You can do this for mostly any login system and for more details just search it up on google