04-11-18, 11:05 PM
(04-11-18, 10:48 PM)ahmadpal كتب :كود :
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()
مشكور اخي الغالي
هل يعني اني اذا اردت فتح الصورة باستخدام الفوتشوب اقوم بتغير الاسم فقط
"C:\Windows\System32\mspaint.exe
