Search found 9 matches

by Anjali
Mon Jun 29, 2009 10:39 am
Forum: Microsoft CHM Help
Topic: HTML help navigation pane...
Replies: 3
Views: 2861

Re: HTML help navigation pane...

Also, we are trying to open the help file on the 'Search' pane but are not successful. We ahve tried the following HTMLHelp calls.. 1. Public Declare Function HTMLHelp_BaseCall Lib "hhctrl.ocx" Alias "HtmlHelpA" (ByVal hWnd As IntPtr, ByVal lpHelpFile As String, _ ByVal uCommand As Int32, ByVal ...
by Anjali
Mon Jun 29, 2009 10:22 am
Forum: Microsoft CHM Help
Topic: HTML help navigation pane...
Replies: 3
Views: 2861

HTML help navigation pane...

Hi, We are using Flare 3.1 to generate our application help file and I have a couple of issues that we are not able to resolve... 1. We are displaying context sensitive help in our application without the navigation pane. But the user has the option of showing the navigation pane by clicking on the ...
by Anjali
Mon Jul 14, 2008 4:27 am
Forum: Importing
Topic: Project Organizer folder empty...
Replies: 3
Views: 3229

Re: Project Organizer folder empty...

Yes, I got the latest version and all the folders do have the correct files. It is just the Flare UI that does not show the structure.
by Anjali
Mon Jul 07, 2008 6:13 am
Forum: Importing
Topic: Project Organizer folder empty...
Replies: 3
Views: 3229

Project Organizer folder empty...

Hi, We have a Flare project in sourcesafe and I am trying to setup the project on another user's machine. I imported the project from sourcesafe but the 'Project Organizer' folder is empty in the Flare UI. All the folders and files under this folder can be seen in the windows explorer. The content ...
by Anjali
Fri May 09, 2008 10:59 am
Forum: Microsoft CHM Help
Topic: Programmatically showing and hiding navigation Pane
Replies: 4
Views: 3554

Re: Programmatically showing and hiding navigation Pane

Update on the issue...

Just create two skins in flare project and then programmatically call HTMLHelp as mentioned by Pete..
HtmlHelp(hwndCaller, "c:\app\help\Help.chm>NoNavPane", HH_HELP_CONTEXT, 1001);

The attachment shows how to create two skins in flare...
by Anjali
Fri Apr 25, 2008 2:59 pm
Forum: Microsoft CHM Help
Topic: Programmatically showing and hiding navigation Pane
Replies: 4
Views: 3554

Re: Programmatically showing and hiding navigation Pane

Thanks, Pete. But how to set up two window types in the help file :? ? Can you explain it in detail?
by Anjali
Thu Apr 24, 2008 7:29 am
Forum: DotNet Help and the Dot Net Viewer
Topic: Is .Net framework 2.0 necessary on user's machine?
Replies: 5
Views: 6213

Is .Net framework 2.0 necessary on user's machine?

Hi,
We have an application that has been developed in VS.Net 2003. Hence while giving out the application we just install >net framework 1.1 only we don't care about 2.0. My question is if we want to give our users Dot Net help does the user machine need .Net framework 2.0?
by Anjali
Thu Apr 24, 2008 7:24 am
Forum: Microsoft CHM Help
Topic: Programmatically showing and hiding navigation Pane
Replies: 4
Views: 3554

Programmatically showing and hiding navigation Pane

Hi, We just recently purchased FLare and Capture to build help for our .net application. For the HTML Help target by default we can hide the Navigation pane on startup by using the settings in the 'Skin'. In our .net application there are two ways by which we can show the HTML help. 1. Context ...