0

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

Cœur
  • 37,241
  • 25
  • 195
  • 267

1 Answers1

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