Search EggHeadCafe's Job Board
EggHeadCafe Silverlight WPF ASP.NET VB.NET C# Excel SQL Server SharePoint
search
MicrosoftArticlesForumsFAQs
C# .NET
VB.NET
Visual Studio .NET
ADO.NET
Xml / Xslt
VB 6.0
.NET CF
GDI+
LINQ
Deployment
Security
FoxPro
Silverlight / WPF
Entity Framework
RIA Services

WebArticlesForumsFAQs
JavaScript
ASP
ASP.NET
WCF

DatabasesArticlesForumsFAQs
SQL Server
Access
Oracle
MySQL
Other Databases

OfficeArticlesForumsFAQs
Excel
Word
Powerpoint
Outlook
Publisher
Money

Non-MicrosoftArticlesForumsFAQs
NHibernate
Perl
PHP
Ruby
Java
Linux / Unix
Apple
Open Source

Operating SysArticlesForumsFAQs
Windows 7
Windows Server
Windows Vista
Windows XP
Windows Update
MAC
Linux / UNIX

Server PlatformsArticlesForumsFAQs
BizTalk
Site Server
Exhange Server
IIS

Graphic DesignArticlesForumsFAQs
Macromedia Flash
Adobe PhotoShop
Expression Blend
Expression Design
Expression Web

OtherArticlesForumsFAQs
Lounge
Subversion / CVS
Ask Dr. Dotnetsky
Active Directory
Networking
Uninstall Virus
Job Openings
Product Reviews
Search Engines
Resumes

 

  View Other Ask Dr. Dotnetsky Posts   Ask New Question  Ask New Question With Power Editor

.CHM file linking to software application
Jon Haystead posted at Thursday, December 11, 2008 4:18 PM

Hi-

I don't know if this is the right forum for this question, so if not, please direct me as to where I should post.

I have a task in HTML Help Workshop (which I'm fairly new to working with) where I need to link between the help file and the software application that the help file is written for. The user-functionality would be this:

1 - User opens application.

2 - User opens help file.

(I'm good up until this point.)

3 - Help file displays a "step-by-step" page that instructs how to navigate through the application. Clicking on one of the "steps" will automatically make the application open up to a corresponding window. Note that I'm not trying to link within the help file itself, but from the help file to the software application.

I'm more of the help file "writer", rather than the programmer, so I'm not sure on which end this type of functionality comes from. Does this need to be written into the code for the actual application? Or is it something that needs to be done from the HTML page in the help file? (or the .h or .chm .hhp file or any other file?)

Thanks for any help you can offer, or for directing me as to where I can go to solve this!

Reply    Reply Using Power Editor
  Rank Winnings Points
November 0 $0.00 0
October 0 $0.00 0
first thing to open the
Venkata K provided a rated reply to Jon Haystead on Thursday, December 11, 2008 10:09 PM

.CHM file you should have an HTML Help Viewer to veiw those files.

For accessing the application from the HTML viewer you should write the code in which the application is developed. and embed as an hyper link or some appropriate control to redirect to the application again.

For more information html viewer see this link: http://www.codeproject.com/KB/winhelp/off2khelpdlg.aspx

Reply    Reply Using Power Editor
  Rank Winnings Points
November 10 $14.00 36
October 8 $30.00 103

.CHM file linking to software application
mv ark provided a rated reply to Jon Haystead on Tuesday, December 16, 2008 7:09 AM

From what I understand you require context sensitive help as well as some kind of a macro that will perform some operation in a specific step in the application automatically. You will require the assistance of a programmer to build a macro.

For building context sensitive help, you can make use of the following resources -
HelpScribble - http://www.helpscribble.com/dotnet.html
West Wind HTML Help Builder - http://www.west-wind.com/wwHelp/docs/
This MS KB step-by-step article describes how to provide online help pages and context-sensitive help for the controls in a Microsoft Windows application - http://support.microsoft.com/default.aspx?scid=kb;en-us;821777

Reply    Reply Using Power Editor
M.V. 'Anil' Radhakrishna is a seasoned developer and a Microsoft MVP (ASP/ASP.NET). He blogs his little discoveries and Web development tips, tricks and trivia quite regularly. You can find some of his unusual code samples & snippets at his Code Gallery.
  Rank Winnings Points
November 6 $46.00 119
October 4 $66.00 225