Click here to Skip to main content
15,920,005 members
Home / Discussions / C#
   

C#

 
GeneralRe: Printing in c#.net Pin
rughimire10-Jan-09 18:52
rughimire10-Jan-09 18:52 
GeneralRe: Printing in c#.net Pin
Wendelius10-Jan-09 20:50
mentorWendelius10-Jan-09 20:50 
GeneralRe: Printing in c#.net Pin
rughimire11-Jan-09 4:50
rughimire11-Jan-09 4:50 
GeneralRe: Printing in c#.net Pin
Wendelius11-Jan-09 7:03
mentorWendelius11-Jan-09 7:03 
Questionconvert datetime to string Pin
ferronrsmith9-Jan-09 15:09
ferronrsmith9-Jan-09 15:09 
AnswerRe: convert datetime to string Pin
Bottomless Wisdom9-Jan-09 15:15
Bottomless Wisdom9-Jan-09 15:15 
AnswerRe: convert datetime to string Pin
Dragonfly_Lee9-Jan-09 15:20
Dragonfly_Lee9-Jan-09 15:20 
AnswerRe: convert datetime to string Pin
#realJSOP10-Jan-09 0:13
professional#realJSOP10-Jan-09 0:13 
You can either use the Convert object

string myDateString = Convert.ToString(myDateTimeObject);


or you can use

string myDateStr = myDateTimeObject.ToString("yyyyMMdd");


or you can use

http://www.google.com



"Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass..." - Dale Earnhardt, 1997
-----
"...the staggering layers of obscenity in your statement make it a work of art on so many levels." - Jason Jystad, 10/26/2001


GeneralRe: convert datetime to string Pin
ferronrsmith12-Jan-09 8:56
ferronrsmith12-Jan-09 8:56 
QuestionName of Image Pin
humayunlalzad9-Jan-09 14:54
humayunlalzad9-Jan-09 14:54 
AnswerRe: Name of Image Pin
Bottomless Wisdom9-Jan-09 15:13
Bottomless Wisdom9-Jan-09 15:13 
GeneralRe: Name of Image Pin
humayunlalzad9-Jan-09 15:24
humayunlalzad9-Jan-09 15:24 
AnswerRe: Name of Image Pin
humayunlalzad9-Jan-09 16:37
humayunlalzad9-Jan-09 16:37 
AnswerRe: Name of Image Pin
Xmen Real 9-Jan-09 23:02
professional Xmen Real 9-Jan-09 23:02 
GeneralRe: Name of Image Pin
humayunlalzad10-Jan-09 3:46
humayunlalzad10-Jan-09 3:46 
GeneralRe: Name of Image Pin
Xmen Real 10-Jan-09 5:06
professional Xmen Real 10-Jan-09 5:06 
QuestionHow to create skins for applications? [modified] Pin
Bottomless Wisdom9-Jan-09 14:48
Bottomless Wisdom9-Jan-09 14:48 
AnswerRe: How to create skins for applications? Pin
Xmen Real 9-Jan-09 23:09
professional Xmen Real 9-Jan-09 23:09 
QuestionRecommended books on .NET Pin
Mohsen Saad9-Jan-09 14:43
Mohsen Saad9-Jan-09 14:43 
AnswerRe: Recommended books on .NET Pin
Bottomless Wisdom9-Jan-09 14:55
Bottomless Wisdom9-Jan-09 14:55 
AnswerRe: Recommended books on .NET Pin
johnsontroye9-Jan-09 17:36
johnsontroye9-Jan-09 17:36 
Question"This program might require administrator privileges" Pin
Winkles9-Jan-09 14:06
Winkles9-Jan-09 14:06 
AnswerRe: "This program might require administrator privileges" Pin
Xmen Real 9-Jan-09 23:14
professional Xmen Real 9-Jan-09 23:14 
AnswerRe: "This program might require administrator privileges" Pin
Henry Minute10-Jan-09 0:21
Henry Minute10-Jan-09 0:21 
GeneralRe: "This program might require administrator privileges" Pin
Winkles10-Jan-09 9:53
Winkles10-Jan-09 9:53 

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.