Click here to Skip to main content
15,915,867 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Highlight Selected Item in ListCtrl Pin
Grahamfff11-Sep-04 9:18
Grahamfff11-Sep-04 9:18 
GeneralRe: Highlight Selected Item in ListCtrl Pin
Tyrus18211-Sep-04 12:47
Tyrus18211-Sep-04 12:47 
GeneralRe: Highlight Selected Item in ListCtrl Pin
Grahamfff12-Sep-04 9:50
Grahamfff12-Sep-04 9:50 
GeneralHighlight Selected Item in ListCtrl Pin
Grahamfff10-Sep-04 10:59
Grahamfff10-Sep-04 10:59 
GeneralRe: Highlight Selected Item in ListCtrl Pin
Ravi Bhavnani10-Sep-04 13:40
professionalRavi Bhavnani10-Sep-04 13:40 
QuestionVC++ 6.0 compiler error with adding function with struct variable??? Pin
Vaclav10-Sep-04 9:55
Vaclav10-Sep-04 9:55 
AnswerRe: VC++ 6.0 compiler error with adding function with struct variable??? Pin
David Crow10-Sep-04 10:24
David Crow10-Sep-04 10:24 
GeneralOverride Daylight Saving in DT Props Pin
john john mackey10-Sep-04 9:55
john john mackey10-Sep-04 9:55 
hi, is there a programmatic way to override the setting you see in Date/Time Properties (Time Zone) for "Automatically adjust clock for daylight saving changes"?

What i notice, even with using GMT+0 Universal Coordinate Time time-zone, is that this setting still effects the representation of local time.

I am familiar with the TZ environment variable and also using this with the _tzset() function. Here is a summary of my findings:
TZ = GMT+0GMT<br />
Time Zone set to (GMT) Greenwich Mean Time: Dublin, Edinburgh, London<br />
CHECKED - Automatically adjust clock for daylight saving change<br />

calling _tzset() then calling the fns (yielded)
GetTimeZoneInformation(&tzInfo) ==> TIME_ZONE_STANDARD  and<br />
GetTimeZoneInformation(&tzInfo) ==> TIME_ZONE_DAYLIGHT<br />

for local date/times in respective daylight saving range. WHY????

Confused | :confused:

johnny
GeneralRe: Override Daylight Saving in DT Props Pin
David Crow10-Sep-04 10:30
David Crow10-Sep-04 10:30 
GeneralRe: Override Daylight Saving in DT Props Pin
john john mackey10-Sep-04 11:03
john john mackey10-Sep-04 11:03 
GeneralRe: Override Daylight Saving in DT Props Pin
phil_mchugh11-Sep-04 8:09
phil_mchugh11-Sep-04 8:09 
GeneralRe: Override Daylight Saving in DT Props Pin
john john mackey17-Sep-04 9:40
john john mackey17-Sep-04 9:40 
GeneralRe: Override Daylight Saving in DT Props Pin
john john mackey17-Sep-04 9:41
john john mackey17-Sep-04 9:41 
GeneralDefault Menu Item Pin
sschilachi10-Sep-04 9:48
sschilachi10-Sep-04 9:48 
GeneralRe: Default Menu Item Pin
Branislav11-Sep-04 3:34
Branislav11-Sep-04 3:34 
GeneralRe: Default Menu Item Pin
sschilachi11-Sep-04 6:44
sschilachi11-Sep-04 6:44 
GeneralRe: Default Menu Item Pin
Branislav12-Sep-04 0:27
Branislav12-Sep-04 0:27 
GeneralC#/C++ Interop - Nested Classes Pin
TheBlindWatchmaker10-Sep-04 7:55
TheBlindWatchmaker10-Sep-04 7:55 
GeneralN00B to VC++ Needing Help...Its probably quite simple Pin
Whiterat10-Sep-04 7:24
Whiterat10-Sep-04 7:24 
GeneralRe: N00B to VC++ Needing Help...Its probably quite simple Pin
David Crow10-Sep-04 7:40
David Crow10-Sep-04 7:40 
GeneralRe: N00B to VC++ Needing Help...Its probably quite simple Pin
Whiterat10-Sep-04 7:46
Whiterat10-Sep-04 7:46 
GeneralRe: N00B to VC++ Needing Help...Its probably quite simple Pin
Whiterat10-Sep-04 12:23
Whiterat10-Sep-04 12:23 
GeneralRe: N00B to VC++ Needing Help...Its probably quite simple Pin
Alexander M.,10-Sep-04 15:03
Alexander M.,10-Sep-04 15:03 
QuestionHow to get thread handle from thread ID? Pin
lsaturn10-Sep-04 6:39
lsaturn10-Sep-04 6:39 
AnswerRe: How to get thread handle from thread ID? Pin
David Crow10-Sep-04 7:41
David Crow10-Sep-04 7:41 

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.