Ci risono di nuovo con i permessi....
Ecco l'errore:
Cross-thread operation not valid: Control 'txt_folderactivity' accessed from a thread other than the thread it was created on.
e questo il codice:
If e.ChangeType = IO.WatcherChangeTypes.Created Then
txt_folderactivity.Text &= "File " & e.FullPath & _
" has been created" & vbCrLf
End If
Se lancio l'eseguibile con i permessi d'amministratore funziona ma se lo faccio con il debug no.