|
-
January 16th, 2005, 11:38 PM
#1
Monitor Program
Hi Friends
I am trying to develop an application which do the following things:
1>It keep monitoring a particular folder for any new file(normally a word file)
2>As soon as the app founds a new file in this particular folder,the same application sends mail to assigned person.
I am looking forward for all suggestions/views that can help me in this application.
Hope you would help me
Thanks
Vishal
-
January 17th, 2005, 12:17 AM
#2
Re: Monitor Program
On Windows, you can use FindFirstChangeNotification(), FindCloseChangeNotification(), FindNextChangeNotification() and WaitForSingleObject().
-
January 17th, 2005, 12:42 AM
#3
Re: Monitor Program
Thanks Kheun
I will try to work with these...
And how could i sent mail to assigned person..??
Vishal
-
January 17th, 2005, 02:05 AM
#4
Re: Monitor Program
 Originally Posted by VishalNikiSharma
Thanks Kheun
And how could i sent mail to assigned person..??
Sorry, I don't get what you mean?
-
January 17th, 2005, 03:37 AM
#5
Re: Monitor Program
I am sorry i was not clear enough ...
I mean that if i find a file in the particular folder...i want to send a email to some list of person...
so could u please guide me.....
thanks
vishal
-
January 17th, 2005, 07:43 AM
#6
Re: Monitor Program
There are several third party free classes available to send emails. See www.codeguru.com and/or www.codeproject.com.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|