User Profile
Collapse
-
I might be able to help, but I need a little more Info than that. -
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...
No activity results to display
Show More
Leave a comment: