Click here to Skip to main content
15,888,610 members
Home / Discussions / C#
   

C#

 
GeneralRe: screenshot using windows service Pin
justintimberlake12-Nov-07 21:39
justintimberlake12-Nov-07 21:39 
GeneralRe: screenshot using windows service Pin
Laubi12-Nov-07 22:14
Laubi12-Nov-07 22:14 
QuestionEffeciently painting multiple images Pin
Richard Blythe12-Nov-07 17:54
Richard Blythe12-Nov-07 17:54 
AnswerRe: Effeciently painting multiple images Pin
Martin#12-Nov-07 19:31
Martin#12-Nov-07 19:31 
AnswerRe: Effeciently painting multiple images Pin
Christian Graus12-Nov-07 19:37
protectorChristian Graus12-Nov-07 19:37 
Questionconverting system date into format '2007-10-25T11:47:10.515625+05:30' Pin
Vishnu Narayan Mishra12-Nov-07 17:40
Vishnu Narayan Mishra12-Nov-07 17:40 
AnswerRe: converting system date into format '2007-10-25T11:47:10.515625+05:30' Pin
Christian Graus12-Nov-07 17:49
protectorChristian Graus12-Nov-07 17:49 
AnswerRe: converting system date into format '2007-10-25T11:47:10.515625+05:30' Pin
Richard Blythe12-Nov-07 17:52
Richard Blythe12-Nov-07 17:52 
I don't where you will be using your custom format but this will get you on the right track.
C# includes some formmating directives for all sorts of data, including dates. Here's the syntax for a date:

yyy-MM-dd HH:mm-ss aa
produces:
2007-11-12 10:00:23 AM

Cheers,
Richard

may your code be error free.
(okay, maybe two lines.)

AnswerRe: converting system date into format '2007-10-25T11:47:10.515625+05:30' Pin
Adeel Chaudhry12-Nov-07 17:59
Adeel Chaudhry12-Nov-07 17:59 
QuestionHow can I know if I have installed .net framework 2.0 or not by C#? Pin
Real Coder12-Nov-07 17:08
Real Coder12-Nov-07 17:08 
AnswerRe: How can I know if I have installed .net framework 2.0 or not by C#? Pin
Justin Perez12-Nov-07 17:14
Justin Perez12-Nov-07 17:14 
AnswerRe: How can I know if I have installed .net framework 2.0 or not by C#? Pin
Christian Graus12-Nov-07 19:40
protectorChristian Graus12-Nov-07 19:40 
GeneralRe: How can I know if I have installed .net framework 2.0 or not by C#? Pin
Pete O'Hanlon12-Nov-07 22:33
mvePete O'Hanlon12-Nov-07 22:33 
AnswerRe: How can I know if I have installed .net framework 2.0 or not by C#? Pin
Scott Dorman13-Nov-07 12:38
professionalScott Dorman13-Nov-07 12:38 
QuestionWhy am I getting this compiler error? Pin
JoeRip12-Nov-07 13:31
JoeRip12-Nov-07 13:31 
AnswerRe: Why am I getting this compiler error? Pin
Anthony Mushrow12-Nov-07 14:10
professionalAnthony Mushrow12-Nov-07 14:10 
GeneralRe: Why am I getting this compiler error? Pin
JoeRip12-Nov-07 15:27
JoeRip12-Nov-07 15:27 
GeneralRe: Why am I getting this compiler error? Pin
JoeRip12-Nov-07 15:37
JoeRip12-Nov-07 15:37 
QuestionConvert to string with a [+] or a [-] sign symbol Pin
student_rhr12-Nov-07 13:18
student_rhr12-Nov-07 13:18 
AnswerRe: Convert to string with a [+] or a [-] sign symbol Pin
Anthony Mushrow12-Nov-07 14:16
professionalAnthony Mushrow12-Nov-07 14:16 
AnswerRe: Convert to string with a [+] or a [-] sign symbol Pin
PIEBALDconsult12-Nov-07 14:39
mvePIEBALDconsult12-Nov-07 14:39 
GeneralRe: Convert to string with a [+] or a [-] sign symbol Pin
student_rhr13-Nov-07 4:04
student_rhr13-Nov-07 4:04 
QuestionSet Column Width in Dynamic Table Pin
tantja12-Nov-07 13:12
tantja12-Nov-07 13:12 
AnswerRe: Set Column Width in Dynamic Table Pin
PIEBALDconsult12-Nov-07 15:20
mvePIEBALDconsult12-Nov-07 15:20 
GeneralRe: Set Column Width in Dynamic Table Pin
tantja13-Nov-07 4:43
tantja13-Nov-07 4:43 

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.