473,666 Members | 2,258 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

How to show the desired topic of .chm file ?

How to show the desired topic of .chm file ?

Neither this call:

Help.ShowHelp( this, "Test.chm", "Registrati on" );

nor this one:

Help.ShowHelp( this, "Test.chm", HelpNavigator.T opic, 21800 );

do nothing.

The topic I need to show has assigned keyword "Registrati on"
and its help context number is 21800.

Only this call:

Help.ShowHelp( this, "Test.chm" );

shows Contents tab with main topic opened.

Oleg Subachev
May 3 '06 #1
1 5890
Oleg,

I reseached your problem and I found a possible resource.
Please check the content at this URL:
http://www.helpware.net/mshelp2/demo2/h1xNET.htm

Thanks,
--------------------
From: "Oleg Subachev" <ol**@urvb.ru >
Subject: How to show the desired topic of .chm file ?
Date: Wed, 3 May 2006 15:42:00 +0600
Lines: 24
X-Priority: 3
X-MSMail-Priority: Normal
X-Newsreader: Microsoft Outlook Express 6.00.2800.1807
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1807
Message-ID: <eB************ **@TK2MSFTNGP03 .phx.gbl>
Newsgroups: microsoft.publi c.dotnet.langua ges.csharp
NNTP-Posting-Host: 212.176.59.97
Path: TK2MSFTNGXA01.p hx.gbl!TK2MSFTN GP01.phx.gbl!TK 2MSFTNGP03.phx. gbl
Xref: TK2MSFTNGXA01.p hx.gbl microsoft.publi c.dotnet.langua ges.csharp:4018 82
X-Tomcat-NG: microsoft.publi c.dotnet.langua ges.csharp

How to show the desired topic of .chm file ?

Neither this call:

Help.ShowHel p( this, "Test.chm", "Registrati on" );

nor this one:

Help.ShowHel p( this, "Test.chm", HelpNavigator.T opic, 21800 );

do nothing.

The topic I need to show has assigned keyword "Registrati on"
and its help context number is 21800.

Only this call:

Help.ShowHel p( this, "Test.chm" );

shows Contents tab with main topic opened.

Oleg Subachev


{\rtf1\ansi\ans icpg1252\deff0\ deflang1033{\fo nttbl{\f0\fnil\ fprq2\fcharset0
MS Sans Serif;}{\f1\fsw iss\fcharset0 Arial;}}
{\*\generator Msftedit 5.41.21.2500;}\ viewkind4\uc1\p ard\f0\fs20 Cheers,\par
\par
johnKn [MS-SDK]\par
\par
\par
\par
-Please do not send email directly to this alias. This alias is for \par
newsgroup purposes only\par
\par
-This posting is provided "AS IS" with no warranties, and confers no
rights.\par
\par
-To provide additional feedback about your community experience please send
\par
e-mail to: sd*****@microso ft.com\par
\f1\par
}

May 8 '06 #2

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

Similar topics

2
1000
by: Jack Russell | last post by:
If a file type is associated with a program how does windows pass the file name to the program, is it in the command line? Thanks Jack Russell
2
1573
by: MLH | last post by:
I did these 4 steps to create a topic file 1 Open a new file in a word processor or text editor that can handle rich text format. 2 Write your individual topics, separating each topic with a hard page break. 3 Add appropriate footnotes at the beginning of the file. See Related Topics below. 4 Save the file in rich text format with the .rtf filename
7
3047
subashini Thiyagarajan
by: subashini Thiyagarajan | last post by:
Hi friends, How do i include photo gallery in my swf file.i wanted to allocate small space for photo gallery in the same place if i press next or like a slide show i want to make all photo's Any one knows please give me an idea.
4
1120
samycbe
by: samycbe | last post by:
I want to save the pdf file path which is selected by the user and show that in a screen when it is opened next time. Please help me samy
2
10742
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", HelpNavigator.Topic, "A Quick Tour") or Help.ShowHelp(Me, "myhelp.chm", HelpNavigator.Topic, "aquicktour.htm") or all combinations of contents, index, etc. I cant seem to go to a specific
1
1250
japuentem
by: japuentem | last post by:
Hi All I need to show a pdf file in a form but i don't know what classes i need to use to do that, if someone knows how to do it please help me Regards
1
1896
by: gamernaveen | last post by:
Is that possible ? I am writing a file browser , I wanted to show the album art , file author , comments , artist information. Please help me.
2
5473
by: robin1983 | last post by:
Hi guys, I have a data base to store some .doc file and actually i give a link in one of pages. When i click the link, i wan to show the content of the doc file in the webpages. the code is given below <a href="file.php?id=<?php echo $row; ?>" target="new window">File</a> and the the file.php is given below <?php include "config.inc.php"; include "connect.inc.php"; if(isset($_GET))
4
4019
by: vamshi2804 | last post by:
Hi, I am working on ASP.Net. My requirement is to show a PPT file in an IFRAME. Thanks in advance.
0
8443
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8356
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8866
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
8781
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
8639
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 protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
7385
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6192
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
4366
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
1772
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.