Click here to Skip to main content
15,890,690 members
Home / Discussions / C#
   

C#

 
AnswerRe: Get Remote server sub directories Pin
JP_Rocks27-Mar-11 0:34
JP_Rocks27-Mar-11 0:34 
QuestionValidate User ID/ password on windows form Pin
shivamkalra13-Mar-11 15:07
shivamkalra13-Mar-11 15:07 
AnswerRe: Validate User ID/ password on windows form Pin
Luc Pattyn13-Mar-11 15:46
sitebuilderLuc Pattyn13-Mar-11 15:46 
GeneralRe: Validate User ID/ password on windows form Pin
shivamkalra13-Mar-11 16:22
shivamkalra13-Mar-11 16:22 
AnswerRe: Validate User ID/ password on windows form Pin
Luc Pattyn13-Mar-11 16:36
sitebuilderLuc Pattyn13-Mar-11 16:36 
GeneralRe: Validate User ID/ password on windows form Pin
GenJerDan13-Mar-11 18:10
GenJerDan13-Mar-11 18:10 
GeneralRe: Validate User ID/ password on windows form Pin
shivamkalra13-Mar-11 20:10
shivamkalra13-Mar-11 20:10 
GeneralRe: Validate User ID/ password on windows form Pin
GenJerDan14-Mar-11 13:14
GenJerDan14-Mar-11 13:14 
VERY bad practice, storing passwords. Maybe store a hash of a password to compare with the original, but the password itself? The network people would have a hissy fit.

Also, what are you going to do in 90 or 180 days when everyone changes their network password and it no longer matches what you have in the database?

I think you missed the point. If the computers you are concerned about are on in the domain the network, and they require a user to log in to use them, then the authentication has already taken place and you don't really need to do anything else.
There is water at the bottom of the ocean.
My Mu[sic]
My Films
My Windows Programs, etc.

GeneralRe: Validate User ID/ password on windows form Pin
shivamkalra14-Mar-11 17:46
shivamkalra14-Mar-11 17:46 
GeneralRe: Validate User ID/ password on windows form Pin
GenJerDan15-Mar-11 3:59
GenJerDan15-Mar-11 3:59 
GeneralRe: Validate User ID/ password on windows form Pin
shivamkalra15-Mar-11 18:01
shivamkalra15-Mar-11 18:01 
QuestionOn paint in tabpage? Pin
Software200713-Mar-11 13:31
Software200713-Mar-11 13:31 
AnswerRe: On paint in tabpage? Pin
Luc Pattyn13-Mar-11 13:35
sitebuilderLuc Pattyn13-Mar-11 13:35 
AnswerRe: On paint in tabpage? Pin
DaveyM6913-Mar-11 13:37
professionalDaveyM6913-Mar-11 13:37 
GeneralRe: On paint in tabpage? Pin
Software200713-Mar-11 13:47
Software200713-Mar-11 13:47 
GeneralRe: On paint in tabpage? Pin
DaveyM6913-Mar-11 13:53
professionalDaveyM6913-Mar-11 13:53 
Questionadd gps info to image Pin
behzadcp13-Mar-11 1:49
professionalbehzadcp13-Mar-11 1:49 
AnswerRe: add gps info to image Pin
Bernhard Hiller14-Mar-11 0:55
Bernhard Hiller14-Mar-11 0:55 
QuestionMain thread freezing while running a separate thread Pin
ShadowUz12-Mar-11 14:35
ShadowUz12-Mar-11 14:35 
AnswerRe: Main thread freezing while running a separate thread Pin
Luc Pattyn12-Mar-11 15:40
sitebuilderLuc Pattyn12-Mar-11 15:40 
Questionread and write Pin
om_metab12-Mar-11 12:53
om_metab12-Mar-11 12:53 
AnswerRe: read and write Pin
Richard MacCutchan12-Mar-11 22:51
mveRichard MacCutchan12-Mar-11 22:51 
AnswerRe: read and write, my vote of 1 (again) Pin
Keith Barrow12-Mar-11 23:32
professionalKeith Barrow12-Mar-11 23:32 
GeneralRe: read and write, my vote of 1 (again) Pin
Richard MacCutchan13-Mar-11 2:14
mveRichard MacCutchan13-Mar-11 2:14 
AnswerRe: read and write PinPopular
Pete O'Hanlon13-Mar-11 11:21
mvePete O'Hanlon13-Mar-11 11:21 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.