2017-11-17 2 views

Antwort

1
Dim content = My.Computer.FileSystem.ReadAllText(filePath) 
If content.Contains(stringToSearch) Then 
    Dim form As New Form2 
    form.Show() 
End If 
+0

Es funktioniert sehr gut, danke! –

Verwandte Themen