04-11-18, 10:48 PM
كود :
Dim Proc As New Process()
Dim ImgPath As String = "D:\10.jpg"
Dim MSPPath As String = "C:\Windows\System32\mspaint.exe"
Proc.StartInfo.FileName = MSPPath
Proc.StartInfo.Arguments = ImgPath
Proc.Start()