use seperate application for generating files.. |
| Vasanthakumar D replied to Aldo Liaks at 10-May-08 04:39 |
Hi,
you can create a windows application with File System Watcher control.. whcih watches the Text files.. And when ever the text file is updated create a new Resource file at the time itself... Keep this program running in background..
So you no need to create the resource files at the time of startup of your application... |
|