Click here to Skip to main content
15,886,026 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionIterate Registry key for value Pin
Mahesh Kulkarni22-Jun-09 20:49
Mahesh Kulkarni22-Jun-09 20:49 
AnswerRe: Iterate Registry key for value Pin
KarstenK22-Jun-09 21:28
mveKarstenK22-Jun-09 21:28 
QuestionOutput like a webcam Pin
squirly422-Jun-09 20:47
squirly422-Jun-09 20:47 
AnswerRe: Output like a webcam Pin
Code-o-mat22-Jun-09 22:40
Code-o-mat22-Jun-09 22:40 
Questioninverse function of SystemTimeToTzSpecificLocalTime() - OS = Win2K Pin
includeh1022-Jun-09 20:43
includeh1022-Jun-09 20:43 
AnswerRe: inverse function of SystemTimeToTzSpecificLocalTime() Pin
Stuart Dootson22-Jun-09 21:36
professionalStuart Dootson22-Jun-09 21:36 
GeneralRe: inverse function of SystemTimeToTzSpecificLocalTime() Pin
includeh1022-Jun-09 21:52
includeh1022-Jun-09 21:52 
GeneralRe: inverse function of SystemTimeToTzSpecificLocalTime() Pin
Stuart Dootson22-Jun-09 22:25
professionalStuart Dootson22-Jun-09 22:25 
Well - all TzSpecificLocalTimeToSystemTime is going to do is offset the time by the time offset implied by the timezone you pass into it. So, you just need to do the same.

If you would be passing a null time-zone into that function, then you can do what it does and retrieve the current time zone information using GetTimeZoneInformation[^]. That gives you the current time-zone information, including the biases to be applied to UTC to get local time (or vice versa!). So, all you have to do is work out how to add the suitable number of minutes to your local timke - I'd probably convert the SYSTEMTIME to a FILETIME, do the time biassing and then convert the FILETIME back to a SYSTEMTIME.

Java, Basic, who cares - it's all a bunch of tree-hugging hippy cr*p

GeneralRe: inverse function of SystemTimeToTzSpecificLocalTime() Pin
includeh1022-Jun-09 22:51
includeh1022-Jun-09 22:51 
GeneralRe: inverse function of SystemTimeToTzSpecificLocalTime() Pin
Stuart Dootson22-Jun-09 22:57
professionalStuart Dootson22-Jun-09 22:57 
AnswerRe: inverse function of SystemTimeToTzSpecificLocalTime() - OS = Win2K Pin
cmk23-Jun-09 10:42
cmk23-Jun-09 10:42 
QuestionUsing VS 2008 Pin
Deepu Antony22-Jun-09 20:28
Deepu Antony22-Jun-09 20:28 
AnswerRe: Using VS 2008 Pin
KarstenK22-Jun-09 21:31
mveKarstenK22-Jun-09 21:31 
GeneralRe: Using VS 2008 Pin
Deepu Antony22-Jun-09 21:32
Deepu Antony22-Jun-09 21:32 
AnswerRe: Using VS 2008 Pin
Stuart Dootson22-Jun-09 21:31
professionalStuart Dootson22-Jun-09 21:31 
GeneralRe: Using VS 2008 Pin
Deepu Antony22-Jun-09 21:38
Deepu Antony22-Jun-09 21:38 
GeneralRe: Using VS 2008 Pin
Stuart Dootson22-Jun-09 23:08
professionalStuart Dootson22-Jun-09 23:08 
GeneralRe: Using VS 2008 Pin
Deepu Antony22-Jun-09 23:57
Deepu Antony22-Jun-09 23:57 
QuestionMFC Pin
p_196022-Jun-09 19:47
p_196022-Jun-09 19:47 
AnswerRe: MFC Pin
Chandrasekharan P22-Jun-09 19:51
Chandrasekharan P22-Jun-09 19:51 
GeneralRe: MFC Pin
p_196022-Jun-09 20:02
p_196022-Jun-09 20:02 
GeneralRe: MFC Pin
Chandrasekharan P22-Jun-09 20:22
Chandrasekharan P22-Jun-09 20:22 
GeneralRe: MFC Pin
p_196022-Jun-09 20:33
p_196022-Jun-09 20:33 
AnswerRe: MFC Pin
Rajesh R Subramanian22-Jun-09 21:14
professionalRajesh R Subramanian22-Jun-09 21:14 
AnswerRe: MFC Pin
Hamid_RT22-Jun-09 22:19
Hamid_RT22-Jun-09 22:19 

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.