When the code below is called it seems to hang forever, any ideas why?


Code:
    Private Sub fswRejectedClaims_Created(ByVal sender As Object, ByVal e As System.IO.FileSystemEventArgs) Handles fswRejectedClaims.Created
        Me.fswRejectedClaims.WaitForChanged(WatcherChangeTypes.Created)

        MsgBox("The files....")
    End Sub