Click here to Skip to main content
15,899,679 members
Home / Discussions / C#
   

C#

 
GeneralRe: How to create a "Double Click event" Pin
J4amieC11-Jan-05 22:30
J4amieC11-Jan-05 22:30 
GeneralRe: How to create a "Double Click event" Pin
Stefan Troschuetz11-Jan-05 22:43
Stefan Troschuetz11-Jan-05 22:43 
GeneralRe: How to create a "Double Click event" Pin
lee meng12-Jan-05 4:06
lee meng12-Jan-05 4:06 
GeneralRe: How to create a "Double Click event" Pin
Stefan Troschuetz12-Jan-05 4:15
Stefan Troschuetz12-Jan-05 4:15 
AnswerRe: Thank You Pin
lee meng12-Jan-05 5:46
lee meng12-Jan-05 5:46 
GeneralProblem with parameters (Registry) Pin
FireDK11-Jan-05 20:43
FireDK11-Jan-05 20:43 
GeneralDatetime regional format Pin
sevan11-Jan-05 19:09
sevan11-Jan-05 19:09 
GeneralRe: Datetime regional format Pin
Stefan Troschuetz11-Jan-05 21:05
Stefan Troschuetz11-Jan-05 21:05 
Use a explicit CultureInfo for writing and reading the date to be independent from setting of the PC:
System.Globalization.CultureInfo culture = new System.Globalization.CultureInfo("en-US"); // use culture of your choice here

DTP_Today.Value.ToString("d", culture); // get short date string in culture-specific formatting

Convert.ToDateTime(key.ToString(), culture); // create from short date string in culture-specific formatting








www.troschuetz.de
GeneralTwo Assemblies in GAC Pin
IamADotNetGuy11-Jan-05 18:58
IamADotNetGuy11-Jan-05 18:58 
GeneralRe: Two Assemblies in GAC Pin
Jesse Squire12-Jan-05 7:01
Jesse Squire12-Jan-05 7:01 
GeneralRe: Two Assemblies in GAC Pin
IamADotNetGuy12-Jan-05 18:14
IamADotNetGuy12-Jan-05 18:14 
GeneralRe: Two Assemblies in GAC Pin
Jesse Squire13-Jan-05 2:26
Jesse Squire13-Jan-05 2:26 
GeneralRef Key word Pin
IamADotNetGuy11-Jan-05 18:55
IamADotNetGuy11-Jan-05 18:55 
GeneralRe: Ref Key word Pin
Corinna John11-Jan-05 21:02
Corinna John11-Jan-05 21:02 
GeneralRe: Ref Key word Pin
leppie12-Jan-05 6:22
leppie12-Jan-05 6:22 
GeneralRe: Ref Key word Pin
Corinna John12-Jan-05 7:19
Corinna John12-Jan-05 7:19 
GeneralHangs while opening word in C# Pin
itssuk11-Jan-05 18:37
itssuk11-Jan-05 18:37 
GeneralRe: Hangs while opening word in C# Pin
Dave Kreskowiak12-Jan-05 4:29
mveDave Kreskowiak12-Jan-05 4:29 
QuestionWhen will be the missing APIs be available with .NET FCL? Pin
Salil Khedkar11-Jan-05 18:25
Salil Khedkar11-Jan-05 18:25 
GeneralEBCDIC to ASCII Pin
Talktorajeev11-Jan-05 18:13
Talktorajeev11-Jan-05 18:13 
GeneralDisplaying an icon in a PictureBox control Pin
Member 131681311-Jan-05 17:53
Member 131681311-Jan-05 17:53 
GeneralInsert marks Pin
RockRock11-Jan-05 17:30
RockRock11-Jan-05 17:30 
QuestionCan someone suggest?... Pin
Synthia211-Jan-05 17:02
Synthia211-Jan-05 17:02 
AnswerRe: Can someone suggest?... Pin
itssuk11-Jan-05 18:40
itssuk11-Jan-05 18:40 
QuestionNAnt - how to get this working? Pin
Chua Wen Ching11-Jan-05 15:15
Chua Wen Ching11-Jan-05 15:15 

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.