Click here to Skip to main content
15,917,793 members
Home / Discussions / C#
   

C#

 
GeneralRe: How to process the key events? Pin
bouli7-Jan-05 6:26
bouli7-Jan-05 6:26 
AnswerRe: How to process the key events? Pin
Heath Stewart7-Jan-05 6:28
protectorHeath Stewart7-Jan-05 6:28 
GeneralRe: How to process the key events? Pin
bouli7-Jan-05 6:35
bouli7-Jan-05 6:35 
Generalurgent ( about window services) Pin
Allah Kaa Bandaa7-Jan-05 0:47
Allah Kaa Bandaa7-Jan-05 0:47 
GeneralRe: urgent ( about window services) Pin
turbochimp7-Jan-05 3:05
turbochimp7-Jan-05 3:05 
GeneralRe: urgent ( about window services) Pin
Heath Stewart7-Jan-05 6:26
protectorHeath Stewart7-Jan-05 6:26 
GeneralConverting a HEX value to a DateTime Pin
Stanimir_Stoyanov7-Jan-05 0:16
Stanimir_Stoyanov7-Jan-05 0:16 
GeneralRe: Converting a HEX value to a DateTime Pin
Heath Stewart7-Jan-05 5:55
protectorHeath Stewart7-Jan-05 5:55 
No, timestamps are not in hex. Hexadecimal is only a numeric representation. They're a number and that's all. To actually be stored in hex would require storing a string, which I know is now the case.

To convert numbers to a filetime, you can pass the number (a long, or Int64) to either of the static DateTime.FromFileTime or DateTime.FromFileTimeUtc methods. In your case, you'll want to use DateTime.FromFileTimeUtc since timestamps are specified in UTC (+0 GMT).

This posting is provided "AS IS" with no warranties, and confers no rights.

Software Design Engineer
Developer Division Sustained Engineering
Microsoft

[My Articles] [My Blog]
QuestionHow to develop multi-language application? Pin
luozhan16-Jan-05 21:10
luozhan16-Jan-05 21:10 
AnswerRe: How to develop multi-language application? Pin
Colin Angus Mackay6-Jan-05 21:39
Colin Angus Mackay6-Jan-05 21:39 
GeneralRe: How to develop multi-language application? Pin
Heath Stewart7-Jan-05 6:21
protectorHeath Stewart7-Jan-05 6:21 
AnswerRe: How to develop multi-language application? Pin
Adam Goossens6-Jan-05 23:45
Adam Goossens6-Jan-05 23:45 
AnswerRe: How to develop multi-language application? Pin
OmegaSupreme7-Jan-05 0:05
OmegaSupreme7-Jan-05 0:05 
GeneralRe: How to develop multi-language application? Pin
Heath Stewart7-Jan-05 5:56
protectorHeath Stewart7-Jan-05 5:56 
AnswerRe: How to develop multi-language application? Pin
Heath Stewart7-Jan-05 6:12
protectorHeath Stewart7-Jan-05 6:12 
QuestionHow to make nice GUI like this? Pin
luozhan16-Jan-05 20:59
luozhan16-Jan-05 20:59 
AnswerRe: How to make nice GUI like this? Pin
perlmunger7-Jan-05 5:29
perlmunger7-Jan-05 5:29 
QuestionProblem calling dll from asp.net - workaround? Pin
totig6-Jan-05 20:32
totig6-Jan-05 20:32 
AnswerRe: Problem calling dll from asp.net - workaround? Pin
OmegaSupreme7-Jan-05 0:12
OmegaSupreme7-Jan-05 0:12 
GeneralRe: Problem calling dll from asp.net - workaround? Pin
totig7-Jan-05 0:41
totig7-Jan-05 0:41 
GeneralRe: Problem calling dll from asp.net - workaround? Pin
OmegaSupreme7-Jan-05 1:05
OmegaSupreme7-Jan-05 1:05 
GeneralInsert a line into the begining of the text file Pin
itssuk6-Jan-05 19:49
itssuk6-Jan-05 19:49 
GeneralRe: Insert a line into the begining of the text file Pin
Yulianto.6-Jan-05 21:22
Yulianto.6-Jan-05 21:22 
GeneralRe: Insert a line into the begining of the text file Pin
itssuk6-Jan-05 22:57
itssuk6-Jan-05 22:57 
GeneralRe: Insert a line into the begining of the text file Pin
Adam Goossens7-Jan-05 0:02
Adam Goossens7-Jan-05 0:02 

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.