No, Not CFileDialog. The OS (Windows 2000 or higher) allows you to specify a directory to monitor and when it detects a change in this directory sends a message to your app. I can only vaguely remeber what it does and want to investigate to see if it can do what I need it to do. My app monitors when a file has been place in a directory for processing. I am looking for a better way to do this than settinga timer that checks for the file every X number of seconds.
Hylton ----- Original Message ----- From: "Truckle, Andrew J" <[EMAIL PROTECTED]> To: <[email protected]> Sent: Thursday, January 05, 2006 11:45 AM Subject: Re: [msvc] File or Directory changes > In what context? A CFileDialog? > >> -----Original Message----- >> From: [EMAIL PROTECTED] >> [mailto:[EMAIL PROTECTED] On Behalf Of Hylton Tregenza >> Sent: 05 January 2006 09:39 >> To: [email protected] >> Subject: [msvc] File or Directory changes >> >> >> Good day all >> I can not remeber or find in the MSDN the message that gets >> posted when a >> file or directory changes. >> Can anyone help with me with this? >> >> Hylton >> >> >> _______________________________________________ >> msvc mailing list >> [email protected] >> See >> http://beginthread.com/mailman/listinfo/msvc_beginthread.com >> for subscription changes, and list archive. >> >> >> This message has been scanned for viruses by MailControl - >> (see http://bluepages.wsatkins.co.uk/?4318150) >> > > > This email and any attached files are confidential and copyright > protected. If you are not the addressee, any dissemination of this > communication is strictly prohibited. Unless otherwise expressly agreed in > writing, nothing stated in this communication shall be legally binding. > > _______________________________________________ > msvc mailing list > [email protected] > See http://beginthread.com/mailman/listinfo/msvc_beginthread.com for > subscription changes, and list archive. _______________________________________________ msvc mailing list [email protected] See http://beginthread.com/mailman/listinfo/msvc_beginthread.com for subscription changes, and list archive.
