hey,
i used a FileSystemWatcher Class and Encounter a Problem. The class works in a different Thread as the UI Thread, means if the code call some of the handler it will progrss the Nethod in a separat thread.
Now, i must Access Cotrol from the MainThread and will ask, if there is a proper way to leave the second thread and work wih theMainthread from inside the called FileSystemWatcherHandler. Till know, i#ve started a timer, to solve the Problem, but i search for a more official way to do it.