K
karim
Hello All,
I have this simple if statment, but under the (IF) there is that blue line
for errors. what is wrong with it?
Private Sub Button27_Click(ByVal sender As System.Object, ByVal e As
System.EventArgs) Handles Button27.Click
If
System.Diagnostics.Process.Start("H:\")
Else
MsgBox("the drive is not linked")
End If
End Sub
I have this simple if statment, but under the (IF) there is that blue line
for errors. what is wrong with it?
Private Sub Button27_Click(ByVal sender As System.Object, ByVal e As
System.EventArgs) Handles Button27.Click
If
System.Diagnostics.Process.Start("H:\")
Else
MsgBox("the drive is not linked")
End If
End Sub