Click here to Skip to main content
15,914,010 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: VB vs. C# Pin
Dave Kreskowiak28-Sep-05 8:44
mveDave Kreskowiak28-Sep-05 8:44 
AnswerRe: VB vs. C# Pin
Mike Hodnick28-Sep-05 10:14
Mike Hodnick28-Sep-05 10:14 
GeneralRe: VB vs. C# Pin
Dave Kreskowiak28-Sep-05 17:13
mveDave Kreskowiak28-Sep-05 17:13 
GeneralRe: VB vs. C# Pin
rwestgraham28-Sep-05 17:39
rwestgraham28-Sep-05 17:39 
QuestionOpen and close a PDF document Pin
necao28-Sep-05 6:01
necao28-Sep-05 6:01 
AnswerRe: Open and close a PDF document Pin
Dave Kreskowiak28-Sep-05 7:18
mveDave Kreskowiak28-Sep-05 7:18 
QuestionHow to monitor file time stamp for changes Pin
CamToo28-Sep-05 5:59
CamToo28-Sep-05 5:59 
AnswerRe: How to monitor file time stamp for changes Pin
Dave Kreskowiak28-Sep-05 7:00
mveDave Kreskowiak28-Sep-05 7:00 
The FileSystemWatcher DOES watch on the LastAccess time the file. The problem is that NTFS, for performance reasons, will delay updating the last access TIME for up to an hour!

See Setting and Getting the Timestamp of a File[^] in the Platform SDK for a little more information on the resolutions of the file times.

You might want to use LastWrite instead. LastAccess will also change if the user just right-clicks a file and gets the Properties page on it, so that might not be a good choice to monitor for.


RageInTheMachine9532
"...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

QuestionMaintaining an inherited VB6 application Pin
StrayGrey28-Sep-05 5:50
StrayGrey28-Sep-05 5:50 
AnswerRe: Maintaining an inherited VB6 application Pin
Dave Kreskowiak28-Sep-05 6:34
mveDave Kreskowiak28-Sep-05 6:34 
GeneralRe: Maintaining an inherited VB6 application Pin
StrayGrey28-Sep-05 6:57
StrayGrey28-Sep-05 6:57 
GeneralRe: Maintaining an inherited VB6 application Pin
Dave Kreskowiak28-Sep-05 7:07
mveDave Kreskowiak28-Sep-05 7:07 
QuestionVB.Net,C# and SQL DB Script Pin
| Muhammad Waqas Butt |28-Sep-05 5:42
professional| Muhammad Waqas Butt |28-Sep-05 5:42 
AnswerRe: VB.Net,C# and SQL DB Script Pin
Dave Kreskowiak28-Sep-05 7:26
mveDave Kreskowiak28-Sep-05 7:26 
QuestionCase sensitive problem Pin
PHDENG8128-Sep-05 3:39
PHDENG8128-Sep-05 3:39 
AnswerRe: Case sensitive problem Pin
Dave Kreskowiak28-Sep-05 5:23
mveDave Kreskowiak28-Sep-05 5:23 
QuestionOpening an Program by clicking on file Pin
ciacia28-Sep-05 0:24
ciacia28-Sep-05 0:24 
AnswerRe: Opening an Program by clicking on file Pin
enjoycrack28-Sep-05 0:53
enjoycrack28-Sep-05 0:53 
GeneralRe: Opening an Program by clicking on file Pin
ciacia29-Sep-05 1:43
ciacia29-Sep-05 1:43 
QuestionAdd image to richtextbox Pin
Greeky27-Sep-05 21:58
Greeky27-Sep-05 21:58 
QuestionSave RTF Pin
Greeky27-Sep-05 21:48
Greeky27-Sep-05 21:48 
AnswerRe: Save RTF Pin
Dave Kreskowiak28-Sep-05 1:34
mveDave Kreskowiak28-Sep-05 1:34 
QuestionUpdating datasource through dataset and dataadapter Pin
Priya Haridas27-Sep-05 16:35
Priya Haridas27-Sep-05 16:35 
QuestionHow to parse a string with double quotes Pin
j1webb27-Sep-05 9:43
j1webb27-Sep-05 9:43 
GeneralRe: How to parse a string with double quotes Pin
namazikhah27-Sep-05 11:20
namazikhah27-Sep-05 11:20 

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.