2012年1月29日 星期日

open PDF,Doc,Xls,Jpeg,Tif files within the VB.Net Application

參考來源
--
Dim p As New Process
Dim pi As New ProcessStartInfo
pi.FileName = "C:\Ranjith.pdf"
p.StartInfo = pi
p.Start()

沒有留言:

張貼留言