Click here to Skip to main content
15,890,282 members
Home / Discussions / C#
   

C#

 
GeneralRe: Exception of type 'System.Security.SecurityException' occured Pin
Patricker23-May-06 10:07
Patricker23-May-06 10:07 
GeneralRe: Exception of type 'System.Security.SecurityException' occured Pin
leppie23-May-06 10:15
leppie23-May-06 10:15 
GeneralRe: Exception of type 'System.Security.SecurityException' occured Pin
Patricker23-May-06 10:21
Patricker23-May-06 10:21 
GeneralRe: Exception of type 'System.Security.SecurityException' occured Pin
James Gupta23-May-06 13:29
professionalJames Gupta23-May-06 13:29 
Questionwindows form sizing Pin
reshsilk23-May-06 8:27
reshsilk23-May-06 8:27 
AnswerRe: windows form sizing Pin
James Gupta23-May-06 9:23
professionalJames Gupta23-May-06 9:23 
QuestionUltraCombo in Infragistics Pin
Neel0723-May-06 8:16
Neel0723-May-06 8:16 
Questiona stupid problem about DateTime Pin
da vinci coder23-May-06 7:55
da vinci coder23-May-06 7:55 
hi guys..

i've never faced with a problem like this, just want to ask u guys..

i declared a datetime component ..

<br />
DateTime x = new DateTime(1900,01,01,7,0,0,0);<br />


everything is fine.. let`s write it to a textbox name tBox;

<br />
tBox.Text = x.toLongTimeString();<br />


everything is ok.. i get 7:00:00

but after i add some minute to this instance..
<br />
x.AddMinute(15);<br />
tBox.Text = x.toLongTimeString();<br />


why the heck i get the 7:00:00 instead of getting 7:15:00 ?!?!?!

any thoughts ?

thanx

good coding
AnswerRe: a stupid problem about DateTime Pin
Stefan Troschuetz23-May-06 8:16
Stefan Troschuetz23-May-06 8:16 
GeneralRe: a stupid problem about DateTime Pin
da vinci coder23-May-06 8:57
da vinci coder23-May-06 8:57 
Questiondatagridview Pin
kjosh23-May-06 6:58
kjosh23-May-06 6:58 
AnswerRe: datagridview Pin
mr_1234523-May-06 7:21
mr_1234523-May-06 7:21 
GeneralRe: datagridview Pin
kjosh23-May-06 10:51
kjosh23-May-06 10:51 
AnswerRe: datagridview Pin
mr_1234523-May-06 13:34
mr_1234523-May-06 13:34 
QuestionICompareable vs IComparer [modified] Pin
Rizwan Rathore23-May-06 6:36
Rizwan Rathore23-May-06 6:36 
AnswerRe: ICompareable vs IComparer [modified] Pin
Robert Rohde23-May-06 6:53
Robert Rohde23-May-06 6:53 
AnswerRe: ICompareable vs IComparer [modified] Pin
Judah Gabriel Himango23-May-06 12:06
sponsorJudah Gabriel Himango23-May-06 12:06 
QuestionDynamic instantiation of MDI child windows Pin
DougReed23-May-06 5:14
DougReed23-May-06 5:14 
AnswerRe: Dynamic instantiation of MDI child windows Pin
Stefan Troschuetz23-May-06 6:05
Stefan Troschuetz23-May-06 6:05 
QuestionUpdate command..plz urgnt Pin
r_e_h_a_n23-May-06 5:07
r_e_h_a_n23-May-06 5:07 
AnswerRe: Update command..plz urgnt Pin
da vinci coder23-May-06 8:59
da vinci coder23-May-06 8:59 
GeneralRe: Update command..plz urgnt Pin
r_e_h_a_n24-May-06 6:39
r_e_h_a_n24-May-06 6:39 
AnswerRe: Update command..plz urgnt Pin
StevenS_Dev23-May-06 11:25
StevenS_Dev23-May-06 11:25 
GeneralRe: Update command..plz urgnt Pin
r_e_h_a_n24-May-06 6:38
r_e_h_a_n24-May-06 6:38 
AnswerRe: Update command..plz urgnt Pin
StevenS_Dev24-May-06 13:23
StevenS_Dev24-May-06 13:23 

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.