Private Sub Button2_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles Button1.Click
Dim RetVal
RetVal = Shell("C:\Program Files\EA GAMES\Battlefield 2\BF2.exe", 1)
End
End Sub
Короче, запустил я F5 и чего получил?
An unhandled exception of type 'System.IO.FileNotFoundException' occurred in microsoft.visualbasic.dll
Additional information: File not found.
Вот и вопрос: Чего я зделал нетак?