Click here to Skip to main content
15,893,487 members
Home / Discussions / C#
   

C#

 
AnswerRe: How can make FullScreen and Top Form? Pin
musefan24-Sep-09 5:50
musefan24-Sep-09 5:50 
GeneralRe: How can make FullScreen and Top Form? Pin
EliottA24-Sep-09 6:58
EliottA24-Sep-09 6:58 
GeneralRe: How can make FullScreen and Top Form? Pin
Richard MacCutchan24-Sep-09 9:44
mveRichard MacCutchan24-Sep-09 9:44 
GeneralRe: How can make FullScreen and Top Form? Pin
musefan24-Sep-09 21:54
musefan24-Sep-09 21:54 
AnswerRe: How can make FullScreen and Top Form? Pin
Richard MacCutchan24-Sep-09 7:04
mveRichard MacCutchan24-Sep-09 7:04 
AnswerRe: How can make FullScreen and Top Form? Pin
PIEBALDconsult24-Sep-09 8:41
mvePIEBALDconsult24-Sep-09 8:41 
Questionownerdraw MenuStrip Adobe Cs4 lookalike, any voluntairs? Pin
Natural_Demon24-Sep-09 5:27
Natural_Demon24-Sep-09 5:27 
QuestionHow to exclude a property from data binding? Pin
Frank W. Wu24-Sep-09 5:23
Frank W. Wu24-Sep-09 5:23 
AnswerRe: How to exclude a property from data binding? Pin
Ennis Ray Lynch, Jr.24-Sep-09 7:32
Ennis Ray Lynch, Jr.24-Sep-09 7:32 
QuestionCollection within collection classes (a la Treeview/TreeNodes) Pin
Nyoshu24-Sep-09 4:10
Nyoshu24-Sep-09 4:10 
AnswerRe: Collection within collection classes (a la Treeview/TreeNodes) Pin
Not Active24-Sep-09 4:49
mentorNot Active24-Sep-09 4:49 
QuestionAs Keyword, conversion of derived class to base class type Pin
Raybarg24-Sep-09 3:26
professionalRaybarg24-Sep-09 3:26 
AnswerRe: As Keyword, conversion of derived class to base class type Pin
Abhishek Sur24-Sep-09 3:29
professionalAbhishek Sur24-Sep-09 3:29 
AnswerRe: As Keyword, conversion of derived class to base class type Pin
PIEBALDconsult24-Sep-09 5:16
mvePIEBALDconsult24-Sep-09 5:16 
GeneralRe: As Keyword, conversion of derived class to base class type Pin
Raybarg29-Sep-09 21:48
professionalRaybarg29-Sep-09 21:48 
GeneralRe: As Keyword, conversion of derived class to base class type Pin
PIEBALDconsult30-Sep-09 3:51
mvePIEBALDconsult30-Sep-09 3:51 
AnswerRe: As Keyword, conversion of derived class to base class type Pin
OriginalGriff24-Sep-09 6:15
mveOriginalGriff24-Sep-09 6:15 
QuestionHow to add Xml Node in Microsoft Word doucment by using C# (VSTO) Pin
Shaik Haneef24-Sep-09 3:07
Shaik Haneef24-Sep-09 3:07 
QuestionDateTime difference Pin
Matt Cavanagh24-Sep-09 2:31
Matt Cavanagh24-Sep-09 2:31 
Im trying to track how long between certain things happening in my app. When the first event happens im adding the time to an array like this: myArrList.Add(DateTime.Now);
Then when the next event happens im retreiving it from the array and doing this:
TimeSpan diff = DateTime.Now - (DateTime)myArrList[x];
But for some reason it always gets like 0.02 seconds. Which makes me think that its doing the current time minus the current time(and the 0.02 is the time it takes between finding the first time and the second).
So how do i do this properly?
Am I adding a reference to DateTime.Now into the array instead of just the value?

Thanks

Strive to be humble enough to take advice, and confident enough to do something about it.

AnswerRe: DateTime difference Pin
OriginalGriff24-Sep-09 2:36
mveOriginalGriff24-Sep-09 2:36 
GeneralRe: DateTime difference Pin
Matt Cavanagh24-Sep-09 4:14
Matt Cavanagh24-Sep-09 4:14 
AnswerRe: DateTime difference Pin
Not Active24-Sep-09 2:37
mentorNot Active24-Sep-09 2:37 
GeneralRe: DateTime difference Pin
Matt Cavanagh24-Sep-09 4:17
Matt Cavanagh24-Sep-09 4:17 
AnswerRe: DateTime difference Pin
Luc Pattyn24-Sep-09 2:45
sitebuilderLuc Pattyn24-Sep-09 2:45 
GeneralRe: DateTime difference Pin
Matt Cavanagh24-Sep-09 4:17
Matt Cavanagh24-Sep-09 4:17 

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.