Click here to Skip to main content
15,918,168 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionRe: Need to convert DWORD to Date Time Pin
CPallini9-Apr-08 3:02
mveCPallini9-Apr-08 3:02 
GeneralRe: Need to convert DWORD to Date Time Pin
Sarath C9-Apr-08 3:55
Sarath C9-Apr-08 3:55 
GeneralRe: Need to convert DWORD to Date Time Pin
Cedric Moonen9-Apr-08 4:04
Cedric Moonen9-Apr-08 4:04 
GeneralRe: Need to convert DWORD to Date Time Pin
CPallini9-Apr-08 4:24
mveCPallini9-Apr-08 4:24 
GeneralRe: Need to convert DWORD to Date Time Pin
led mike9-Apr-08 4:32
led mike9-Apr-08 4:32 
JokeRe: Need to convert DWORD to Date Time Pin
Rajesh R Subramanian9-Apr-08 4:37
professionalRajesh R Subramanian9-Apr-08 4:37 
GeneralRe: Need to convert DWORD to Date Time Pin
CPallini9-Apr-08 4:40
mveCPallini9-Apr-08 4:40 
QuestionRe: Need to convert DWORD to Date Time Pin
David Crow9-Apr-08 5:30
David Crow9-Apr-08 5:30 
Based on the limited information you've provided, I'd go with something like:

DWORD dw = 524642425;
Date time dt = dw; ;) 
Now if you want a more helpful, detailed answer, please rethink your question. Ask yourself something like, "What does 524642425 represent?" Is it the number of seconds since the start of time, or the number of milliseconds since Windows was last started, or the number of nanoseconds since the start of the year, etc?

"Love people and use things, not love things and use people." - Unknown

"To have a respect for ourselves guides our morals; to have deference for others governs our manners." - Laurence Sterne


GeneralRe: Need to convert DWORD to Date Time Pin
led mike9-Apr-08 6:26
led mike9-Apr-08 6:26 
GeneralRe: Need to convert DWORD to Date Time Pin
Randor 9-Apr-08 5:35
professional Randor 9-Apr-08 5:35 
General[Message Deleted] Pin
DivyaSV9-Apr-08 1:56
DivyaSV9-Apr-08 1:56 
GeneralRe: not displaying memory leak information in debug mode Pin
Sarath C9-Apr-08 3:57
Sarath C9-Apr-08 3:57 
GeneralRe: not displaying memory leak information in debug mode Pin
DivyaSV9-Apr-08 17:29
DivyaSV9-Apr-08 17:29 
GeneralRe: not displaying memory leak information in debug mode Pin
Hamid_RT11-Apr-08 0:23
Hamid_RT11-Apr-08 0:23 
GeneralVC++ equivalent of eval Pin
Kuldeep Bhatnagar9-Apr-08 0:36
Kuldeep Bhatnagar9-Apr-08 0:36 
GeneralRe: VC++ equivalent of eval Pin
CPallini9-Apr-08 0:52
mveCPallini9-Apr-08 0:52 
GeneralRe: VC++ equivalent of eval Pin
Cedric Moonen9-Apr-08 0:53
Cedric Moonen9-Apr-08 0:53 
GeneralRe: VC++ equivalent of eval Pin
Kuldeep Bhatnagar9-Apr-08 20:05
Kuldeep Bhatnagar9-Apr-08 20:05 
GeneralRe: VC++ equivalent of eval Pin
Cedric Moonen9-Apr-08 20:40
Cedric Moonen9-Apr-08 20:40 
GeneralRe: VC++ equivalent of eval Pin
Kuldeep Bhatnagar9-Apr-08 22:37
Kuldeep Bhatnagar9-Apr-08 22:37 
GeneralRe: VC++ equivalent of eval Pin
Nibu babu thomas9-Apr-08 0:59
Nibu babu thomas9-Apr-08 0:59 
GeneralRe: VC++ equivalent of eval Pin
Iain Clarke, Warrior Programmer10-Apr-08 0:15
Iain Clarke, Warrior Programmer10-Apr-08 0:15 
GeneralChange the layout of a Button Pin
Schehaider_Aymen9-Apr-08 0:33
Schehaider_Aymen9-Apr-08 0:33 
GeneralRe: Change the layout of a Button Pin
Maximilien9-Apr-08 0:37
Maximilien9-Apr-08 0:37 
GeneralRe: Change the layout of a Button Pin
Schehaider_Aymen9-Apr-08 0:44
Schehaider_Aymen9-Apr-08 0:44 

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.