Click here to Skip to main content
15,923,142 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: How do I delete all files in a folder? Pin
Code Crapper18-Nov-06 12:36
Code Crapper18-Nov-06 12:36 
GeneralRe: How do I delete all files in a folder? Pin
Christian Graus18-Nov-06 12:55
protectorChristian Graus18-Nov-06 12:55 
AnswerRe: How do I delete all files in a folder? Pin
Janani Divya17-Nov-06 15:22
Janani Divya17-Nov-06 15:22 
AnswerRe: How do I delete all files in a folder? Pin
The ANZAC18-Nov-06 13:24
The ANZAC18-Nov-06 13:24 
GeneralRe: How do I delete all files in a folder? Pin
Code Crapper19-Nov-06 2:14
Code Crapper19-Nov-06 2:14 
QuestionHow to open and view TIF in Access Pin
Tech.Wizard17-Nov-06 13:19
Tech.Wizard17-Nov-06 13:19 
QuestionProblem: .NET 2.0 File.GetLastWriteTime(path) Keeps adding 1 hour Pin
zonkerman17-Nov-06 13:12
zonkerman17-Nov-06 13:12 
AnswerRe: Problem: .NET 2.0 File.GetLastWriteTime(path) Keeps adding 1 hour Pin
Johan Hakkesteegt19-Nov-06 22:20
Johan Hakkesteegt19-Nov-06 22:20 
Hi,

If the file is not on the same machine as the app, then you could check to see if the system time of both machines is set the same (especially daylight saving time).
Otherwise, if you are absolutely certain that it always adds exactly one hour you can use this:

CDate(File.GetLastWriteTime(path)).AddHours(-1)

Hope it helps,

Johan
AnswerRe: Problem: .NET 2.0 File.GetLastWriteTime(path) Keeps adding 1 hour Pin
Cheeso8-Mar-09 12:35
Cheeso8-Mar-09 12:35 
QuestionHow Check if the User Control is already viewed ?? Pin
kindman_nb17-Nov-06 13:03
kindman_nb17-Nov-06 13:03 
AnswerRe: How Check if the User Control is already viewed ?? Pin
Christian Graus17-Nov-06 13:10
protectorChristian Graus17-Nov-06 13:10 
GeneralRe: How Check if the User Control is already viewed ?? Pin
kindman_nb17-Nov-06 13:21
kindman_nb17-Nov-06 13:21 
GeneralRe: How Check if the User Control is already viewed ?? Pin
Christian Graus17-Nov-06 15:07
protectorChristian Graus17-Nov-06 15:07 
QuestionRemoving all checked items in a checked list box. Pin
The ANZAC17-Nov-06 11:05
The ANZAC17-Nov-06 11:05 
AnswerRe: Removing all checked items in a checked list box. Pin
Are Jay17-Nov-06 18:13
Are Jay17-Nov-06 18:13 
AnswerRe: Removing all checked items in a checked list box. Pin
Daytona_67518-Nov-06 3:38
Daytona_67518-Nov-06 3:38 
GeneralRe: Removing all checked items in a checked list box. Pin
The ANZAC18-Nov-06 10:49
The ANZAC18-Nov-06 10:49 
QuestionDrawing Line and Bar Graph on the same Graph Space Pin
PeterTF17-Nov-06 9:12
PeterTF17-Nov-06 9:12 
AnswerRe: Drawing Line and Bar Graph on the same Graph Space Pin
Christian Graus17-Nov-06 13:11
protectorChristian Graus17-Nov-06 13:11 
QuestionGoogle Translate in vb.net Pin
JoshKrak17-Nov-06 8:58
JoshKrak17-Nov-06 8:58 
QuestionMultiLanguage Support Pin
Syed Shahid Hussain17-Nov-06 8:49
Syed Shahid Hussain17-Nov-06 8:49 
AnswerRe: MultiLanguage Support Pin
Janani Divya17-Nov-06 15:58
Janani Divya17-Nov-06 15:58 
GeneralRe: MultiLanguage Support Pin
Syed Shahid Hussain18-Nov-06 7:03
Syed Shahid Hussain18-Nov-06 7:03 
QuestionOpen a new Browser Window Pin
Kevin Nicol17-Nov-06 7:23
Kevin Nicol17-Nov-06 7:23 
AnswerRe: Open a new Browser Window Pin
Guffa17-Nov-06 8:10
Guffa17-Nov-06 8:10 

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.