Click here to Skip to main content
15,868,141 members

Comments by Thornik (Top 17 by date)

Thornik 26-Jan-16 15:37pm View    
Wizard, thanks!! I met this solution before, but didn't pay attention to such clumsy code. And it's really what MS "architected"!! *face of russian Lavrov*
Thornik 15-Nov-14 8:01am View    
Reason for my vote of 1 \n Restricting user's keystrokes is ALWAYS a bad idea! You build control which have to RETURN proper integer, not KEEP integer during all editing time! Feel the difference? Let user type what he wants, but INDICATE (with pink background) that value is not good. This can be done with one line of code just using old good RegExp!
Thornik 29-Jan-13 14:05pm View    
Reason for my vote of 5 \n good work! It's boring, but important measures nobody wanna do. :) You did, thanks!!
Thornik 20-Sep-12 10:23am View    
Reason for my vote of 5
I like it! Short and simple.
Thornik 20-Sep-12 10:20am View    
Reason for my vote of 5
Never thought backup code can be so complex! Thanks for the tip! I write DB management program so your article will be very helpful, thanks.