Click here to Skip to main content
15,895,667 members
Home / Discussions / C#
   

C#

 
GeneralRe: my drawing Moves?? Pin
xiaowenjie1-Nov-04 18:46
xiaowenjie1-Nov-04 18:46 
GeneralAccessing .NET Assemblies from COM+ Component Pin
perlmunger1-Nov-04 5:26
perlmunger1-Nov-04 5:26 
GeneralRe: Accessing .NET Assemblies from COM+ Component Pin
Alex Korchemniy1-Nov-04 8:30
Alex Korchemniy1-Nov-04 8:30 
GeneralRe: Accessing .NET Assemblies from COM+ Component Pin
perlmunger1-Nov-04 8:40
perlmunger1-Nov-04 8:40 
GeneralRe: Accessing .NET Assemblies from COM+ Component Pin
Alex Korchemniy1-Nov-04 8:45
Alex Korchemniy1-Nov-04 8:45 
GeneralStreamReader method (object.ReadLine()) Pin
Blubbo1-Nov-04 5:22
Blubbo1-Nov-04 5:22 
GeneralDateTime format Pin
goatstudio1-Nov-04 5:18
goatstudio1-Nov-04 5:18 
GeneralRe: DateTime format Pin
Dave Kreskowiak1-Nov-04 6:32
mveDave Kreskowiak1-Nov-04 6:32 
Two reasons:
1) There are only 12 months in a year.
2) The second parameter in the Parse method is the format provider to use when parsing the date.

By including the Asian culture in the Parse method, you told it that the date was in the form of DD/MM/YYYY, not MM/DD/YYYY. Since your parsing a US/English format date, you have to supply the Parse method the US/English culture.


RageInTheMachine9532
"...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

GeneralRe: DateTime format Pin
goatstudio2-Nov-04 17:15
goatstudio2-Nov-04 17:15 
QuestionHow to do this? Pin
momer1-Nov-04 5:04
momer1-Nov-04 5:04 
AnswerRe: How to do this? Pin
Blubbo1-Nov-04 6:30
Blubbo1-Nov-04 6:30 
GeneralRe: How to do this? Pin
momer1-Nov-04 6:46
momer1-Nov-04 6:46 
QuestionDenis Bauer's Site Is Down? Pin
Josh Koppang1-Nov-04 5:04
Josh Koppang1-Nov-04 5:04 
GeneralChanging Opacity of Parent Form/Window Pin
sommarafton1-Nov-04 4:47
sommarafton1-Nov-04 4:47 
GeneralRe: Changing Opacity of Parent Form/Window Pin
Alex Korchemniy1-Nov-04 8:01
Alex Korchemniy1-Nov-04 8:01 
QuestionHow to "extract" data from a web page? Pin
Member 14309891-Nov-04 4:44
Member 14309891-Nov-04 4:44 
AnswerRe: How to "extract" data from a web page? Pin
Alex Korchemniy1-Nov-04 7:51
Alex Korchemniy1-Nov-04 7:51 
QuestionHow to do this in C#? Pin
momer1-Nov-04 2:27
momer1-Nov-04 2:27 
AnswerRe: How to do this in C#? Pin
Judah Gabriel Himango1-Nov-04 4:14
sponsorJudah Gabriel Himango1-Nov-04 4:14 
GeneralRe: How to do this in C#? Pin
momer1-Nov-04 4:38
momer1-Nov-04 4:38 
GeneralRe: How to do this in C#? Pin
Judah Gabriel Himango1-Nov-04 5:15
sponsorJudah Gabriel Himango1-Nov-04 5:15 
GeneralRe: How to do this in C#? Pin
momer1-Nov-04 5:21
momer1-Nov-04 5:21 
GeneralProcess sql scripts Pin
totig1-Nov-04 2:21
totig1-Nov-04 2:21 
GeneralRe: Process sql scripts Pin
Alex Korchemniy1-Nov-04 7:14
Alex Korchemniy1-Nov-04 7:14 
GeneralInstall MSI from code Pin
petst1-Nov-04 1:57
petst1-Nov-04 1:57 

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.