private void button3_Click(object sender, EventArgs e)
{
System.Diagnostics.Process prohelp = new System.Diagnostics.Process();
prohelp.StartInfo.FileName = "D:\\Documents\\Projects\\Proyecto1\\Ayuda\\Ayuda.chm";//ruta de donde se encuentre el archivo
prohelp.Start();
prohelp.Close();
}
Be the first to comment
You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.