D
Doug
Hi
I have my applicaiton ready to roll - and a help file compiled that I can
bring up with a help menu item. But how can I make the help file apear when
I press the F1 key?
The menu item event uses:
private void helpaHelpToolStripMenuItem_Click(object sender, EventArgs e)
{
Help.ShowHelp(this,helpfile);
}
Thanks
Doug
I have my applicaiton ready to roll - and a help file compiled that I can
bring up with a help menu item. But how can I make the help file apear when
I press the F1 key?
The menu item event uses:
private void helpaHelpToolStripMenuItem_Click(object sender, EventArgs e)
{
Help.ShowHelp(this,helpfile);
}
Thanks
Doug