473,396 Members | 1,849 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

.Net ShowHelp()

I am trying to use the built-in Help class for displaying a very basic help
file in an app that I have, but for the life of me I can't quite figure out
how to accomplish what I think should be a simple task - maybe someone out
there can help me out.

I am trying to get Help.ShowHelp() to display a .chm file with a specified
entry in the "Contents" tab selected. For example, say I have a layout
like the following in the Contents tab:

- Output
To file
To the Printer

- Input
From file
From Com1

Now, how do I use Help.ShowHelp() to select Output.To-the-Printer and have
the right Help panel display the associated help file. I can get ShowHelp
to display the right panel via the TopicID, but I can't figure out how to
get the Contents tab set insync with this. I want it to look as though the
user invoked the Help file and selected an item in the Contents Tab tree,
thusly displaying it's associated help contents.

Any help (no pun intended<g>) would be appreciated.

Thanks in advance,
-Brian

Mar 11 '07 #1
1 3177
On Sun, 11 Mar 2007 16:02:08 -0700, "BrianTa" <ic****@NoSpam.net>
wrote:
>Now, how do I use Help.ShowHelp() to select Output.To-the-Printer and have
the right Help panel display the associated help file. I can get ShowHelp
to display the right panel via the TopicID, but I can't figure out how to
get the Contents tab set insync with this. I want it to look as though the
user invoked the Help file and selected an item in the Contents Tab tree,
thusly displaying it's associated help contents.
Weird, that's how it should work by default. I never had this problem
but I'm not using topic IDs -- I just pass the name of the constituent
HTML file that I want to show. The page is displayed, and the
Contents tab automatically synchronizes itself:

Help.ShowHelp(parentControl, "MyHelpFile.chm", "Input.html");
--
http://www.kynosarges.de
Mar 12 '07 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: Sudheer Kareem | last post by:
Dear All Please tell me how to assosiate help files with my Vb.net Project. Regards Sudheer
0
by: Prasanth U | last post by:
Hi All, We are facing a problem while integrating a HTML help file (chm version 1.x) to our windows .net application (C#). The help topic for the controls in the application are shown using the...
0
by: tbatwork828 | last post by:
If you were like me trying to figure out how to launch context sensitive help topic by the context id, here is the link: http://weblogs.asp.net/kencox/archive/2004/09/12/228349.aspx and if...
2
by: Jeffry van de Vuurst | last post by:
Hi, I have a windows forms application. I've made a .chm help file and call that help file from my windows app using the HelpProvider component. I use F1 to show the context sensitive help for a...
0
by: monosg | last post by:
Hi guys, how you doin'? i'm trying to use the ShowHelp method calling a web page anchor, and i couldn't succed. Does anyone know how to use html anchors with ShowHelp or a similar method? thanks...
0
by: cashdeskmac | last post by:
I have created a help file and placed it in a folder on my C drive. In my web application I have the following: <input type="button" value="Show Help"...
2
by: =?Utf-8?B?VHJhY2tz?= | last post by:
I want to show a specific help page in a .chm file from vb.net. This code shows the .chm file but it just goes to the first page or shows an error on the page: Help.ShowHelp(Me, "myhelp.chm",...
4
by: Academia | last post by:
My .chm file is an embedded resource so when I use it GetManifestResourceStream returns a Stream which I convert into a temp file. Then I try Help.ShowHelp(Me, tempFileFullPath,...
0
by: nagar | last post by:
On some PCs I have my application completely crash (with the standard Windows message) when I make a call to the Help.ShowHelp method to display the help guide Here's the call I make. Form...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.