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

C#

 
AnswerRe: Catch JavaScript errors Pin
OriginalGriff11-Mar-19 1:49
mveOriginalGriff11-Mar-19 1:49 
Rant[REPOST] Catch JavaScript errors Pin
Richard Deeming11-Mar-19 9:22
mveRichard Deeming11-Mar-19 9:22 
QuestionSizeF and InvariantCulture Pin
Bernhard Hiller11-Mar-19 0:38
Bernhard Hiller11-Mar-19 0:38 
AnswerRe: SizeF and InvariantCulture Pin
OriginalGriff11-Mar-19 1:59
mveOriginalGriff11-Mar-19 1:59 
GeneralRe: SizeF and InvariantCulture Pin
Bernhard Hiller11-Mar-19 4:19
Bernhard Hiller11-Mar-19 4:19 
GeneralRe: SizeF and InvariantCulture Pin
OriginalGriff11-Mar-19 4:56
mveOriginalGriff11-Mar-19 4:56 
AnswerRe: SizeF and InvariantCulture Pin
BillWoodruff11-Mar-19 22:04
professionalBillWoodruff11-Mar-19 22:04 
QuestionUsing different versions of Visual Studio Pin
Brian_TheLion9-Mar-19 19:37
Brian_TheLion9-Mar-19 19:37 
AnswerRe: Using different versions of Visual Studio Pin
OriginalGriff9-Mar-19 19:57
mveOriginalGriff9-Mar-19 19:57 
GeneralRe: Using different versions of Visual Studio Pin
Brian_TheLion9-Mar-19 23:25
Brian_TheLion9-Mar-19 23:25 
GeneralRe: Using different versions of Visual Studio Pin
OriginalGriff9-Mar-19 23:30
mveOriginalGriff9-Mar-19 23:30 
GeneralRe: Using different versions of Visual Studio Pin
Brian_TheLion9-Mar-19 23:50
Brian_TheLion9-Mar-19 23:50 
GeneralRe: Using different versions of Visual Studio Pin
OriginalGriff9-Mar-19 23:51
mveOriginalGriff9-Mar-19 23:51 
QuestionReference type copy change in foreach Pin
Member 130741338-Mar-19 12:30
Member 130741338-Mar-19 12:30 
AnswerRe: Reference type copy change in foreach Pin
Dave Kreskowiak8-Mar-19 13:35
mveDave Kreskowiak8-Mar-19 13:35 
QuestionIonic.Zip Date Problems. Pin
ormonds7-Mar-19 17:30
ormonds7-Mar-19 17:30 
I have code which unzips a file over others, but first checks the date of a special file to make sure it is newer. The ModifiedTime of the file is found using:
using (ZipFile zip = ZipFile.Read(OriginalFileName))
try
  {
  ZipEntry z = zip["save_history.log"];
  NewFileAge = z.ModifiedTime;
  }
catch......
WinZip shows the date of the file as 26/02/2019 3:56 PM. Extraction confirms this.
The value of NewFileAge in the code above is 26/02/2019 2:56 PM.

The only references I can find to this refer to remote servers in different time zones. All these files are on one computer.
Yes, it looks suspiciously like a daylight saving time issue, but I can't figure out how.
AnswerRe: Ionic.Zip Date Problems. Pin
Dave Kreskowiak8-Mar-19 3:58
mveDave Kreskowiak8-Mar-19 3:58 
GeneralRe: Ionic.Zip Date Problems. Pin
ormonds10-Mar-19 11:31
ormonds10-Mar-19 11:31 
Questionwpf proble with DataGridTextColumn.HeaderTemplate Pin
Member 45620987-Mar-19 6:03
Member 45620987-Mar-19 6:03 
AnswerRe: wpf proble with DataGridTextColumn.HeaderTemplate Pin
OriginalGriff7-Mar-19 6:40
mveOriginalGriff7-Mar-19 6:40 
AnswerRe: wpf proble with DataGridTextColumn.HeaderTemplate Pin
Gerry Schmitz7-Mar-19 7:13
mveGerry Schmitz7-Mar-19 7:13 
QuestionBest way of remembering the history of treeview and other control also across the application in desktop application Pin
Member 101628907-Mar-19 5:23
Member 101628907-Mar-19 5:23 
AnswerRe: Best way of remembering the history of treeview and other control also across the application in desktop application Pin
Richard MacCutchan7-Mar-19 5:32
mveRichard MacCutchan7-Mar-19 5:32 
AnswerRe: Best way of remembering the history of treeview and other control also across the application in desktop application Pin
Eddy Vluggen7-Mar-19 11:35
professionalEddy Vluggen7-Mar-19 11:35 
AnswerRe: Best way of remembering the history of treeview and other control also across the application in desktop application Pin
BillWoodruff8-Mar-19 17:11
professionalBillWoodruff8-Mar-19 17:11 

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.