Post: C# Login Form Help
08-17-2013, 05:34 AM #1
Passport
I am error
(adsbygoogle = window.adsbygoogle || []).push({}); How would i make a C# login form (im pretty good with C# not the average noob) anyways i want a login form just for experience and i was wondering how when i click the login button i would get it to open another form (real time modding tool for say)

any help is great and will be thanked Smile
(adsbygoogle = window.adsbygoogle || []).push({});
08-17-2013, 08:20 AM #2
Pichu
RIP PICHU.
You must login or register to view this content.

Simple example for holding in the user information.

Create a new form within your project and when the user enters the information correct, you need to create a new thread:

using System.Threading;

Create a new thread while using Form2.ShowDialog();

Close current form leaving the new thread open with the new form.

----

If you are still confused you can take my source here: You must login or register to view this content.

And manipulate it to how you need.

The concept will be the same except take the register form and make it your new main form.

If you still need help, quote me. It's 1:20am right now and I'm not in a position to write up a project source.

The following 2 users say thank you to Pichu for this useful post:

Toke, Passport
08-18-2013, 05:43 AM #3
Passport
I am error
Originally posted by Pikachu View Post
You must login or register to view this content.

....


Thanks for the help, i'll be sure to PM you with any questions.
08-18-2013, 07:49 AM #4
Pichu
RIP PICHU.
Originally posted by Passport View Post
Thanks for the help, i'll be sure to PM you with any questions.


Here, I got a little bored and wrote up a base for you:

You must login or register to view this content.

I also heavily commented it to explain to you what each thing mean. Hopefully you like it. ^_^

I can see you are interested in programming and do want to see others here getting into it, can get quite lonesome having a section to oneself. :P

The following user thanked Pichu for this useful post:

Passport
08-18-2013, 06:06 PM #5
Passport
I am error
Originally posted by Pikachu View Post
Here, I got a little bored and wrote up a base for you:

You must login or register to view this content.

I also heavily commented it to explain to you what each thing mean. Hopefully you like it. ^_^

I can see you are interested in programming and do want to see others here getting into it, can get quite lonesome having a section to oneself. :P

Thanks man this will help alot! Smile

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo