Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / .NET Framework / New Users / June 2006

Tip: Looking for answers? Try searching our database.

CHM file with .NET

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Fla - 27 Jun 2006 15:05 GMT
Hy!
I've got the following question in VB.NET.
How can I access to a particular topic of a CHM file generated by HTML
Help Workshop?
Some newsgroups/sites on web suggest to use CHM file for help-on-line
and the HTML files for accessing a particular topic; but I want to use
only the CHM file also for topic access, after having been generated
it, and I don't what to use the old HTML files any longer.
Do you know any suggestion in order to solve my problem? Any ideas?
Thanks!
Peter Macej - 27 Jun 2006 16:00 GMT
> How can I access to a particular topic of a CHM file generated by HTML
> Help Workshop?

What do you mean by accessing particular topic? Do you want to display
it? If so, use
System.Windows.Forms.Help.ShowHelp(Me, "myHelp.chm", "myTopic.htm")
where MyTopic.htm is html page compiled into CHM.

Signature

Peter Macej
Helixoft - http://www.vbdocman.com
VBdocman - Automatic generator of technical documentation for VB, VB
.NET and ASP .NET code

Fla - 27 Jun 2006 16:31 GMT
Peter Macej ha scritto:

> > How can I access to a particular topic of a CHM file generated by HTML
> > Help Workshop?
>
> What do you mean by accessing particular topic? Do you want to display
> it? If so, use

Yes.

> System.Windows.Forms.Help.ShowHelp(Me, "myHelp.chm", "myTopic.htm")
> where MyTopic.htm is html page compiled into CHM.

The problem is that with this solution I need the original HTML
permantly present. I tried to cancelled HTML files, and I couldn't
access to the specified topic from VB.NET, despite the topic it's
compiled into CHM. But I could access to the topic if I opened the CHM
by my own, not from VB.NET.
How can I access to the topic from VB.NET without the old HTML files,
i.e. cancelling them? Is there any solution, like access to an entry
point?
Is there any trick for VB.NET?

Thanks.

> --
> Peter Macej
> Helixoft - http://www.vbdocman.com
> VBdocman - Automatic generator of technical documentation for VB, VB
> .NET and ASP .NET code
Peter Macej - 27 Jun 2006 18:39 GMT
>> System.Windows.Forms.Help.ShowHelp(Me, "myHelp.chm", "myTopic.htm")
>> where MyTopic.htm is html page compiled into CHM.
>
> The problem is that with this solution I need the original HTML
> permantly present. I tried to cancelled HTML files, and I couldn't
> access to the specified topic from VB.NET, despite the topic it's

This is not true. It should work. You don't need original HTML files.
This is how we do it in our product. Does
System.Windows.Forms.Help.ShowHelp(Me, "myHelp.chm")
work for you? Maybe you didn't specify full path to the CHM in second
argument.

Signature

Peter Macej
Helixoft - http://www.vbdocman.com
VBdocman - Automatic generator of technical documentation for VB, VB
.NET and ASP .NET code


Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.