User Profile

Collapse

Profile Sidebar

Collapse
SonOfNel
SonOfNel
Last Activity: Apr 12 '07, 08:18 PM
Joined: Sep 25 '06
Location: Minnesota
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • SonOfNel
    replied to KeyAscii
    I might be able to help, but I need a little more Info than that.
    See more | Go to post

    Leave a comment:


  • Form Hangs when called from an eventhandler.

    Hey folks, I'm creating a program that will listen for a new file created in a specified directory. I've created a FileSystemWatch er object named watcher that does the job just fine.
    I then added an event handler for that object

    AddHandler watcher.Created , AddressOf onChanged

    Public Sub onChanged(ByVal source As Object, ByVal e As FileSystemEvent Args)
    frm.show()
    end sub

    When...
    See more | Go to post
No activity results to display
Show More
Working...