Click here to Skip to main content
15,896,207 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Dear all,

I have and idea to make a SMS application which fetch the text files from a particular folder (**this is continuously updated via a log files**).

Now i need that how to write a code in c# for setting up that folder path to textbox and it should unchanged on each loading of form on later stage.(after save it to textbox).

I can split the text of text file and can send sms but i am facing problem with watching continusly to the folder for upcoming text files. and sending it one by one ( multiple files are there with single line).


Regards
Ravi
Posted
Updated 20-Apr-15 22:15pm
v3
Comments
CHill60 21-Apr-15 4:16am    
Don't shout - writing in all capitals is considered to be shouting on the internet - it is rude and childish.
You will need to share the code you are having a problem with
virusstorm 21-Apr-15 13:10pm    
You are asking for multiple things in a single post. Is there one item you need more help with then the other?

1 solution

try using windows service that triggers whenever you get an new file into the folder
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900