Click here to Skip to main content
15,895,538 members
Home / Discussions / C#
   

C#

 
QuestionCreating Quick Launch like Applications Pin
jgallen2311-Nov-05 5:54
jgallen2311-Nov-05 5:54 
AnswerRe: Creating Quick Launch like Applications Pin
Dwayner7911-Nov-05 8:22
Dwayner7911-Nov-05 8:22 
GeneralRe: Creating Quick Launch like Applications Pin
Colin Angus Mackay12-Nov-05 3:27
Colin Angus Mackay12-Nov-05 3:27 
GeneralRe: Creating Quick Launch like Applications Pin
jgallen2313-Nov-05 18:19
jgallen2313-Nov-05 18:19 
QuestionDumping the DataGrid into a txt file Pin
zaboboa11-Nov-05 5:29
zaboboa11-Nov-05 5:29 
AnswerRe: Dumping the DataGrid into a txt file Pin
whizzs11-Nov-05 7:26
whizzs11-Nov-05 7:26 
QuestionProblems with SharpZipLib Pin
Ricardo Mendes11-Nov-05 5:20
Ricardo Mendes11-Nov-05 5:20 
QuestionCall CHM content specific Pin
Dwayner7911-Nov-05 4:35
Dwayner7911-Nov-05 4:35 
Depending on the userControl currently loaded, I want to capture the F1 and open up the help file to the section associated with that control.

I have the F1 captured and opening the help file to the main screen.

Here is my current code:

//initialize<br />
string HelpFileName = Application.StartupPath + @"\Help\PC3_Setup.chm";<br />
helpProvider1.HelpNamespace = HelpFileName;<br />
<br />
//call (from function either F1 or pressed help button)<br />
Help.ShowHelp(this, helpProvider1.HelpNamespace);


I do not want a tool tip or a pop up, I actually want to jump to the section of the help that is being worked on.

Thanks in advance...




*****************
"We need to apply 21st-century information technology to the health care field. We need to have our medical records put on the I.T." —GW
AnswerGot it Pin
Dwayner7911-Nov-05 8:02
Dwayner7911-Nov-05 8:02 
QuestionExcel Range object Pin
zaboboa11-Nov-05 4:25
zaboboa11-Nov-05 4:25 
AnswerRe: Excel Range object Pin
Dwayner7911-Nov-05 8:15
Dwayner7911-Nov-05 8:15 
QuestionHow to get dependancies of SQL Functions? Pin
pubududilena11-Nov-05 1:37
pubududilena11-Nov-05 1:37 
AnswerRe: How to get dependancies of SQL Functions? Pin
Colin Angus Mackay11-Nov-05 4:17
Colin Angus Mackay11-Nov-05 4:17 
QuestionWindow Form like Google Desktop ??? Pin
faviochilo11-Nov-05 1:28
faviochilo11-Nov-05 1:28 
QuestionWhich function is like &quot;getch()&quot; in Console App? Pin
Lane Yu11-Nov-05 1:15
Lane Yu11-Nov-05 1:15 
AnswerRe: Which function is like &amp;quot;getch()&amp;quot; in Console App? Pin
J4amieC11-Nov-05 1:56
J4amieC11-Nov-05 1:56 
AnswerRe: Which function is like &amp;quot;getch()&amp;quot; in Console App? Pin
Febret11-Nov-05 1:57
Febret11-Nov-05 1:57 
GeneralRe: Which function is like &amp;amp;quot;getch()&amp;amp;quot; in Console App? Pin
J4amieC11-Nov-05 2:32
J4amieC11-Nov-05 2:32 
GeneralRe: Which function is like &amp;amp;amp;quot;getch()&amp;amp;amp;quot; in Console App? Pin
Febret11-Nov-05 2:40
Febret11-Nov-05 2:40 
GeneralRe: Which function is like &amp;amp;amp;amp;quot;getch()&amp;amp;amp;amp;quot; in Console App? Pin
Lane Yu11-Nov-05 3:35
Lane Yu11-Nov-05 3:35 
GeneralRe: Which function is like &amp;amp;amp;amp;amp;quot;getch()&amp;amp;amp;amp;amp;quot; in Console App? Pin
J4amieC11-Nov-05 4:14
J4amieC11-Nov-05 4:14 
GeneralRe: Which function is like &amp;amp;amp;amp;amp;quot;getch()&amp;amp;amp;amp;amp;quot; in Console App? Pin
Febret11-Nov-05 4:18
Febret11-Nov-05 4:18 
GeneralRe: Which function is like &amp;amp;amp;amp;amp;amp;quot;getch()&amp;amp;amp;amp;amp;amp;quot; in Console App? Pin
Lane Yu11-Nov-05 4:27
Lane Yu11-Nov-05 4:27 
GeneralRe: Which function is like getch() in Console App? Pin
Rob Philpott11-Nov-05 5:15
Rob Philpott11-Nov-05 5:15 
GeneralRe: Which function is like getch() in Console App? Pin
Lane Yu11-Nov-05 5:48
Lane Yu11-Nov-05 5:48 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.