Click here to Skip to main content
16,005,120 members
Home / Discussions / C#
   

C#

 
AnswerRe: Multi language labels and menues. Pin
Gopal.S23-May-07 3:55
Gopal.S23-May-07 3:55 
GeneralRe: Multi language labels and menues. Pin
aecordoba23-May-07 12:15
aecordoba23-May-07 12:15 
QuestionHow to set date time format as "MM/DD/YYYY" for the entire application (including referring dlls) Pin
engsrini23-May-07 3:04
engsrini23-May-07 3:04 
AnswerRe: How to set date time format as "MM/DD/YYYY" for the entire application (including referring dlls) Pin
Tim Paaschen23-May-07 3:45
Tim Paaschen23-May-07 3:45 
GeneralRe: How to set date time format as "MM/DD/YYYY" for the entire application (including referring dlls) Pin
engsrini23-May-07 4:29
engsrini23-May-07 4:29 
AnswerRe: How to set date time format as "MM/DD/YYYY" for the entire application (including referring dlls) Pin
PIEBALDconsult23-May-07 4:38
mvePIEBALDconsult23-May-07 4:38 
GeneralRe: How to set date time format as "MM/DD/YYYY" for the entire application (including referring dlls) Pin
engsrini23-May-07 8:29
engsrini23-May-07 8:29 
GeneralRe: How to set date time format as "MM/DD/YYYY" for the entire application (including referring dlls) Pin
lmoelleb23-May-07 22:04
lmoelleb23-May-07 22:04 
Too bad - then your application has been developed by some pretty incompetent people.

Your program should always use DateTime objects internally. If it needs to represent the date as a string, then do it using the ISO format mentioned. Preferably the internal format is UTC as well, unless there is an extremely good reason for it to be kept in local time.

Various user interface controls (like your calender) should map to the users culture without problems (if it doesn't, ditch it and use something better).

When interfacing the non-ISO system, encode to and from the specific format at the interface point - never let the bad format requiremen polute your internal program structure, and above all, never EVER let it polute the user interface.
QuestionData Bound cells out of sync with DataTable Pin
Pualee23-May-07 2:24
Pualee23-May-07 2:24 
Questionhow to change diacritics color ? Pin
hdv21223-May-07 2:15
hdv21223-May-07 2:15 
AnswerRe: how to change diacritics color ? Pin
Guffa23-May-07 5:27
Guffa23-May-07 5:27 
GeneralRe: how to change diacritics color ? Pin
hdv21223-May-07 8:14
hdv21223-May-07 8:14 
GeneralRe: how to change diacritics color ? Pin
Dave Kreskowiak23-May-07 8:41
mveDave Kreskowiak23-May-07 8:41 
AnswerRe: how to change diacritics color ? Pin
Guffa23-May-07 20:55
Guffa23-May-07 20:55 
QuestionHow can I get environment variables from computer that is in network. Pin
xiamingjun23-May-07 1:49
xiamingjun23-May-07 1:49 
AnswerRe: How can I get environment variables from computer that is in network. Pin
Colin Angus Mackay23-May-07 3:12
Colin Angus Mackay23-May-07 3:12 
GeneralRe: How can I get environment variables from computer that is in network. Pin
xiamingjun23-May-07 15:36
xiamingjun23-May-07 15:36 
Questionscreen scrape Pin
nikkitech23-May-07 0:58
nikkitech23-May-07 0:58 
QuestionCentering Text on Custom Button Pin
PHDENG8123-May-07 0:57
PHDENG8123-May-07 0:57 
AnswerRe: Centering Text on Custom Button Pin
Bekjong23-May-07 1:36
Bekjong23-May-07 1:36 
GeneralRe: Centering Text on Custom Button Pin
PHDENG8123-May-07 2:18
PHDENG8123-May-07 2:18 
AnswerRe: Centering Text on Custom Button Pin
andre_swnpl23-May-07 1:40
andre_swnpl23-May-07 1:40 
GeneralRe: Centering Text on Custom Button Pin
PHDENG8123-May-07 2:40
PHDENG8123-May-07 2:40 
GeneralRe: Centering Text on Custom Button Pin
Expert Coming23-May-07 9:32
Expert Coming23-May-07 9:32 
GeneralRe: Centering Text on Custom Button Pin
PHDENG8124-May-07 5:14
PHDENG8124-May-07 5:14 

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.