Search results for query: *

  1. S

    FileWatcher not detecting files on LAN drive

    A new problem with my spiffy FileWatcher program. Works great on my local computer and on LAN drives within the building but when I try to access a Share on another network, it does not detect files. I put a listbox on my form and coded the Share address into it and it shows me the files that...
  2. S

    File Watcher fires off 2 events?

    I found I was still getting multiple messages when I created a file there so after a bit MORE searching I found the following. However, the original suggestions were correct as well. When I stopped testing this thing via a text editor and just dropped files in my "watched" directory via...
  3. S

    File Watcher fires off 2 events?

    Thanks...I haven't done windows apps for years, been focused on web apps. I found the control in the Tools menu. I didn't need that code I found on the net at all...its all here. :) Again, Thanks.
  4. S

    File Watcher fires off 2 events?

    Greetings, thanks for the info. It isn't my code, just something I found at the URL I quoted at the bottom of my original post. Your comments make perfect sense as to why I get multiple messages. When you say "designer" though, are you referring to the VS gui in design mode? Regardless, I cut...
  5. S

    File Watcher fires off 2 events?

    RESOLVED : File Watcher fires off 2 events? Long experienced in programming, web applications but new to .Net. I found an example of a file watcher application that I am trying to modify to use for an application. When a new file comes into a directory, I want to move it somewhere, open/parse...
Back
Top