Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Excel._Workbook xlBook = xlApp.Workbooks.Open(logFile, Missing.Value, true, Missing.Value,Missing.Value,Missing.Value,Missing.Value,Missing.Value,Missing.Value,Missing.Value,Missing.Value,Missing.Value, true);
xlApp.Visible = true;
private void button2_Click(object sender, System.EventArgs e)
{
System.Diagnostics.Process.Start("C:\\myfile.xls");
System.Diagnostics.Process.Start("C:\\todo.txt");
System.Diagnostics.Process.Start("[URL unfurl="true"]http://www.yahoo.com");[/URL]
}