Click here to Skip to main content
15,891,567 members
Home / Discussions / C#
   

C#

 
AnswerRe: Implementing Interfaces Pin
BobJanova16-Nov-11 23:25
BobJanova16-Nov-11 23:25 
QuestionHow do you handle this? Pin
Rojan Gh.16-Nov-11 14:57
professionalRojan Gh.16-Nov-11 14:57 
QuestionInterop: Anyone know how to save an Excel workbook without the "Do you want to save" popup? Pin
Alaric_16-Nov-11 4:01
professionalAlaric_16-Nov-11 4:01 
AnswerRe: Interop: Anyone know how to save an Excel workbook without the "Do you want to save" popup? Pin
Not Active16-Nov-11 4:07
mentorNot Active16-Nov-11 4:07 
GeneralRe: Interop: Anyone know how to save an Excel workbook without the "Do you want to save" popup? Pin
Alaric_16-Nov-11 4:09
professionalAlaric_16-Nov-11 4:09 
AnswerRe: Interop: Anyone know how to save an Excel workbook without the "Do you want to save" popup? Pin
Alaric_16-Nov-11 4:08
professionalAlaric_16-Nov-11 4:08 
QuestionZoom window box (attached to mouse pointer) Pin
Blubbo16-Nov-11 3:39
Blubbo16-Nov-11 3:39 
QuestionWinForms - Detect End of RichTextBox Pin
Matt U.16-Nov-11 2:40
Matt U.16-Nov-11 2:40 
AnswerRe: WinForms - Detect End of RichTextBox Pin
V.16-Nov-11 3:56
professionalV.16-Nov-11 3:56 
GeneralRe: WinForms - Detect End of RichTextBox Pin
Matt U.16-Nov-11 4:48
Matt U.16-Nov-11 4:48 
GeneralRe: WinForms - Detect End of RichTextBox Pin
V.25-Nov-11 3:23
professionalV.25-Nov-11 3:23 
AnswerRe: WinForms - Detect End of RichTextBox Pin
BobJanova16-Nov-11 6:07
BobJanova16-Nov-11 6:07 
GeneralRe: WinForms - Detect End of RichTextBox Pin
Matt U.16-Nov-11 8:20
Matt U.16-Nov-11 8:20 
GeneralRe: WinForms - Detect End of RichTextBox Pin
Pete O'Hanlon16-Nov-11 8:45
mvePete O'Hanlon16-Nov-11 8:45 
GeneralRe: WinForms - Detect End of RichTextBox Pin
Matt U.16-Nov-11 8:50
Matt U.16-Nov-11 8:50 
GeneralRe: WinForms - Detect End of RichTextBox Pin
BobJanova16-Nov-11 23:16
BobJanova16-Nov-11 23:16 
AnswerRe: WinForms - Detect End of RichTextBox Pin
BillWoodruff16-Nov-11 14:41
professionalBillWoodruff16-Nov-11 14:41 
QuestionBug in ShowWindow in Windows 7 Pin
Axonn Echysttas16-Nov-11 2:08
Axonn Echysttas16-Nov-11 2:08 
Questionproblem: popup image onclick gridview image using model popup and web service Pin
Rohit Sharma70616-Nov-11 1:38
Rohit Sharma70616-Nov-11 1:38 
QuestionUpdating the password handling Pin
Bernhard Hiller15-Nov-11 20:32
Bernhard Hiller15-Nov-11 20:32 
AnswerRe: Updating the password handling PinPopular
Peter_in_278015-Nov-11 20:45
professionalPeter_in_278015-Nov-11 20:45 
GeneralRe: Updating the password handling Pin
OriginalGriff16-Nov-11 0:13
mveOriginalGriff16-Nov-11 0:13 
GeneralRe: Updating the password handling Pin
Reiss16-Nov-11 2:57
professionalReiss16-Nov-11 2:57 
+5 - To expand on this appraoch, whenever a user logs in successfully you can migrate them silently so that the record is updated to use the new hash, as this is the only time your code would get to see the unhashed value. (I know that you all know this, but it may help someone somewhere to spell it out)
GeneralRe: Updating the password handling Pin
Peter_in_278016-Nov-11 9:53
professionalPeter_in_278016-Nov-11 9:53 
GeneralRe: Updating the password handling Pin
Bernhard Hiller16-Nov-11 21:45
Bernhard Hiller16-Nov-11 21:45 

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.