Monday, July 31, 2006

Using C#, How to monitor a basic text file to determine if the file has been modified?
I am just looking to return a bool if the text file has been modified. I am not trying to determine what data has been changed.

If you want to continuously poll your file for modifications, then FileSystemWatcher would be of help.
http://msdn2.microsoft.com/en-us/library/system.io.filesystemwatcher.aspx
How can I set a Datetimepicker control or MothCalendar to use a different Calendar or Culture?

From
http://support.microsoft.com/default.aspx?scid=kb;en-us;889834:
The DateTimePicker and MonthCalendar control do not reflect the CurrentUICulture property of an application's main execution thread when you created a localized application in the .NET Framework, in Visual Studio 2005, or in Visual Studio .NET
There seems to be more detail at
http://blogs.msdn.com/michkap/archive/2005/03/28/402839.aspx and http://blogs.msdn.com/michkap/archive/2005/10/27/485462.aspx