Basically, I want to make a tool/program in Visual Basic, but the first Form that pops up is a "Login Required" form. I essentially want to have the Username/password entered in the textboxes to actually be validated from a certain website. For example, runescape.com - I want the username/password entered in the form to be checked via (SQL?) (Php?) and come back with either "Correct username/password" or "Incorrect". So the users cannot login with bogus usernames/passwords.
Is this possible? I'm pretty good at HTML and coding, but I've never really messed with SQL/PHP and what not. Any suggestions are read fully, won't skip over any. So please do help out.
- Thanks!