c# code for login and checking password

Please support our C# advertiser: Intel Parallel Studio Home
Reply

Join Date: Sep 2006
Posts: 1
Reputation: bestonearth is an unknown quantity at this point 
Solved Threads: 0
bestonearth bestonearth is offline Offline
Newbie Poster

c# code for login and checking password

 
0
  #1
Sep 6th, 2006
hello all the members,

i'm new to .net and i want code for a window application in c# for entering the userid and password in windows form
Reply With Quote Quick reply to this message  
Join Date: Apr 2004
Posts: 573
Reputation: Dark_Omen is an unknown quantity at this point 
Solved Threads: 5
Dark_Omen Dark_Omen is offline Offline
Posting Pro

Re: c# code for login and checking password

 
0
  #2
Sep 6th, 2006
then do it, you seem to know what you need, just implement it. And if you get stuck post some code.
Reply With Quote Quick reply to this message  
Join Date: Jul 2005
Posts: 1,542
Reputation: tayspen is on a distinguished road 
Solved Threads: 98
Team Colleague
tayspen's Avatar
tayspen tayspen is offline Offline
<Insert title here>

Re: c# code for login and checking password

 
1
  #3
Sep 6th, 2006
Could be as simple as....

  1. if(tbUserName.Text != "username") //Textbox names tbUserName
  2. {
  3. MessageBox.Show("Wrong user name"); //show message
  4. }
  5. else
  6. {
  7. MessageBox.Show("Correct");
  8. }

That is as basic as it comes .
Firefox
Ewido
Tune up windows
Get detailed system information
My Fixes

Member - Alliance of Security Analysis Professionals - Since 2006
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:


Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC