25-12-12, 04:36 PM
السلام عليكم ورحمة الله وبركاته
تفضل اخي
بالتوفيق
تفضل اخي
كود :
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click 'make a call to your application or file by giving Process.Start
'the full path to your file including name and extension.
'will open a Word document called myfile.doc with MS Word
'Process.Start("c:\myTestFolder\myfile.doc")
'will run an executable file called myfile.exe
Process.Start("c:\radio.exe")
End Sub
