21-10-12, 11:46 AM
كود :
Dim ProgramPath As String = "your program path here"
If IO.File.Exists(ProgramPath) = True Then
Process.Start(ProgramPath)
Else
MsgBox("البرنامج غير موجود", MsgBoxStyle.Exclamation, "فتح برنامج")
End If
