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...
Continue reading...