First off, i would like to introduce myself. My name is Ryan, im 18 and a professional gamer.

About the client!
Well this client is for my clan members, they can login and retrieve updates, news, ect through a webbrowser

Help!

Okay, so i have set a webbrowser, two texboxes and a command button. The Form_Load is where i filled the navigate ( the online login form). So, it will basically type whatever you typed on the applications textboxes onto the online forms two textboxes and then it will hit click on the submit button on the online form to login.
Now heres the part where im having trouble, what i want to do is that when you type the information it will verify if that information is correct or incorrect and if it his correct it will show the form and if its not it will show an error message.

Please check this thread.

You have nor mentioned whether you have created a database first, which dbase you will use (Access, SQL) etc. If you have, save your login detail in database (If this going to be online, think about encrypting the data), then use the relative connection string (http://http://www.connectionstrings.com), call up the data and lastly compare the Textbox entries with your data. If it corresponds, show Form2.

Hope this points you in the right direction.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.