VS .NET 2003 Help Integration - F1

Hi,

I am working on integrating a help collection in VS .NET 2003. I have a .HxS file that I integrated with VS .NET 2003, using HelpIntWizardBeta.EXE. So I can see my help in context, index and searching windows.

This help collection contains custom compiler messages.

So when I compile a file I get my message in output window:

c:\test\test1.c(1,10) : warning Q0001:Custom Message


The problem is when I select the line and press F1 key, the MSDN help doesn’t open to my Q0001.html page.

How this thing could be done?


Thank you,

Ionela

[1110 byte] By [Ionela] at [2007-12-16]
# 1

Does your solution programmatically push F1 key-words? It isn't enough to define F1 keywords in the index files, the Help button has to also 'know' about them - see "ms-help://MS.VSCC.2003/MS.VSIP.2003/vsenvsdk/html/vsconContextSensitiveHelp.htm"
help topic on adding context sensitive help.

HTH,

Sirkku

SirkkuWillieMSFT at 2007-9-9 > top of Msdn Tech,Visual Studio,Visual Studio Extensibility...

Visual Studio

Site Classified