Click here to Skip to main content
15,922,584 members
Home / Discussions / C#
   

C#

 
AnswerRe: How to get printer true status? Pin
Dave Kreskowiak12-Feb-11 3:58
mveDave Kreskowiak12-Feb-11 3:58 
QuestionReset Network adapter Statics Pin
I Believe In GOD11-Feb-11 8:06
I Believe In GOD11-Feb-11 8:06 
AnswerRe: Reset Network adapter Statics Pin
OriginalGriff11-Feb-11 8:57
mveOriginalGriff11-Feb-11 8:57 
GeneralRe: Reset Network adapter Statics Pin
I Believe In GOD11-Feb-11 9:33
I Believe In GOD11-Feb-11 9:33 
AnswerRe: Reset Network adapter Statics [modified] Pin
Dan Mos11-Feb-11 9:00
Dan Mos11-Feb-11 9:00 
GeneralRe: Reset Network adapter Statics Pin
I Believe In GOD11-Feb-11 9:37
I Believe In GOD11-Feb-11 9:37 
QuestionCultureInfo and DateTime.parse Pin
Paul E Davies11-Feb-11 3:59
Paul E Davies11-Feb-11 3:59 
AnswerRe: CultureInfo and DateTime.parse Pin
OriginalGriff11-Feb-11 4:48
mveOriginalGriff11-Feb-11 4:48 
Provided you call ParseExact with the appropriate parameters it should work:

string date = "02-11-1976";
DateTime dt = DateTime.ParseExact(date, "MM-dd-yyyy", CultureInfo.InvariantCulture, DateTimeStyles.None);

Parses it fine for me: What are you doing that is different?
Real men don't use instructions. They are only the manufacturers opinion on how to put the thing together.

Digital man: "You are, in short, an idiot with the IQ of an ant and the intellectual capacity of a hose pipe."

GeneralRe: CultureInfo and DateTime.parse Pin
Paul E Davies13-Feb-11 22:24
Paul E Davies13-Feb-11 22:24 
GeneralRe: CultureInfo and DateTime.parse Pin
OriginalGriff13-Feb-11 22:41
mveOriginalGriff13-Feb-11 22:41 
GeneralRe: CultureInfo and DateTime.parse Pin
Paul E Davies13-Feb-11 23:24
Paul E Davies13-Feb-11 23:24 
GeneralRe: CultureInfo and DateTime.parse Pin
OriginalGriff14-Feb-11 1:36
mveOriginalGriff14-Feb-11 1:36 
GeneralRe: CultureInfo and DateTime.parse Pin
Paul E Davies14-Feb-11 4:26
Paul E Davies14-Feb-11 4:26 
GeneralRe: CultureInfo and DateTime.parse Pin
OriginalGriff14-Feb-11 9:04
mveOriginalGriff14-Feb-11 9:04 
GeneralRe: CultureInfo and DateTime.parse Pin
Paul E Davies14-Feb-11 21:51
Paul E Davies14-Feb-11 21:51 
Questionsound on btn clik Pin
aeman11-Feb-11 2:28
aeman11-Feb-11 2:28 
AnswerRe: sound on btn clik Pin
OriginalGriff11-Feb-11 2:41
mveOriginalGriff11-Feb-11 2:41 
GeneralRe: sound on btn clik Pin
aeman11-Feb-11 4:06
aeman11-Feb-11 4:06 
AnswerRe: sound on btn clik Pin
OriginalGriff11-Feb-11 4:41
mveOriginalGriff11-Feb-11 4:41 
GeneralRe: sound on btn clik Pin
aeman11-Feb-11 5:53
aeman11-Feb-11 5:53 
AnswerRe: sound on btn clik Pin
OriginalGriff11-Feb-11 8:50
mveOriginalGriff11-Feb-11 8:50 
GeneralRe: sound on btn clik Pin
aeman11-Feb-11 21:26
aeman11-Feb-11 21:26 
GeneralRe: sound on btn clik Pin
OriginalGriff11-Feb-11 21:31
mveOriginalGriff11-Feb-11 21:31 
GeneralRe: sound on btn clik Pin
aeman11-Feb-11 22:15
aeman11-Feb-11 22:15 
GeneralRe: sound on btn clik Pin
OriginalGriff11-Feb-11 22:21
mveOriginalGriff11-Feb-11 22:21 

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.