I want to open a word or pdf document . I have already the full path
VB Code: Process.Start("C:\Inetpub\wwwroot\Private\poc\Felix100427.pdf")
Process.Start("C:\Inetpub\wwwroot\Private\poc\Felix100427.pdf")
Utility to Convert Visual Studio.NET 2003 Project Files Edneeis.com
Whatever you put in quotes after Process.Start, VB will examine the extension and try to open the file using the appropriate program. (That's what i've gathered with constant pestering )
[vbcode] On Error GoTo Hell [/vbcode]:¬) Nicky : Why not try VBCodebook.NET.
That is correct it works the same as the old ShellExecute API call, if you ever used that in VB6.
Whay!! I didn't know that a week ago! Pestering does pay off
Forum Rules