[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: Using .NET Filesystem watcher

  • Thread starter Thread starter DenDuze
  • Start date Start date
Status
Not open for further replies.
D

DenDuze

Guest
Mhhh I tried this "Adding the line FileSystemWatcher:SynchronizingObject = this-object." but then I get a syntax-error "Incompatible data types in expression or assignment. (223)" assign oFileSystemWatcher = new System.IO.FileSystemWatcher(p-NMpath, p-INfilter) oFileSystemWatcher:NotifyFilter = System.IO.NotifyFilters:filename oFileSystemWatcher:SynchronizingObject = this-object. Has someone tried that solution with :SynchronizingObject = this-object.? How can I make this work? I also found some sollution to that 15740 error by using a helper-class but I do not understand how that works so ... Regards Didier

Continue reading...
 
Status
Not open for further replies.
Back
Top