Upating xml in C#
XML / XSL
3
Posts
2
Posters
2
Views
1
Watching
-
Is there any way I can get the information I'm using from an xml source to be updated while the program is running?
Hi, if your source is an xml file, you could use the FileSystemWatcher[^]-class. Register for the event of modification and reread the file if the event triggers. Regards Sebastian
It's not a bug, it's a feature! Check out my CodeProject article Permission-by-aspect. Me in Softwareland.
-
Hi, if your source is an xml file, you could use the FileSystemWatcher[^]-class. Register for the event of modification and reread the file if the event triggers. Regards Sebastian
It's not a bug, it's a feature! Check out my CodeProject article Permission-by-aspect. Me in Softwareland.