Hello All:

I want to make a simple login to a program created in C#, I want when I entered the program I must asked about the password, another thing is how can I by another form confirm the password(change the password), nest time when I entered the new password It must be the true(accept)....Is there any idea please ???

Thanks in advance.....

Recommended Answers

All 2 Replies

Yeah!
There is an idea!!!
1)create 2 forms in c#.
2)call the second form from the FormLoad event of the first one.and then disable the first form.
3)in the second form ask for the username and password of the user.then make an onclick event on the OK/Accept button to enable the first form again and hide the second form respectively.
4)test it, improve it.
5)nothing else...?

Good luck.

Hello :

Thanks a lot ....

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.