2017-11-17 9 views

답변

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

, 감사합니다! –