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.EventArg s) Handles Button27.Click
If
System.Diagnost ics.Process.Sta rt("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.EventArg s) Handles Button27.Click
If
System.Diagnost ics.Process.Sta rt("H:\")
Else
MsgBox("the drive is not linked")
End If
End Sub
Comment