tags:

views:

23

answers:

1

Is there a way to open a .html file in Expression Web programatically (C#) without accessing registry key?

A: 
Process.Start("EXPRWD.EXE", "C:\\File.htm");