Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. Visual Studio
  4. How do I integrate my help topics into Visual Studio help?

How do I integrate my help topics into Visual Studio help?

Scheduled Pinned Locked Moved Visual Studio
questioncsharpvisual-studiocomxml
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • P Offline
    P Offline
    pdohara
    wrote on last edited by
    #1

    I am working on an SDK. I product a help file using Sandcastle and the XML Docs. Can I integrate that into Visual Studio such that pressing F1 on a type from my SDK will bring up the correct entry?

    Tanks for your support
    Pat O
    Blog

    _ _ _
    /*\== /*\== /*\==
    <ooo> <ooo> <ooo>

    S 1 Reply Last reply
    0
    • P pdohara

      I am working on an SDK. I product a help file using Sandcastle and the XML Docs. Can I integrate that into Visual Studio such that pressing F1 on a type from my SDK will bring up the correct entry?

      Tanks for your support
      Pat O
      Blog

      _ _ _
      /*\== /*\== /*\==
      <ooo> <ooo> <ooo>

      S Offline
      S Offline
      SRacer255
      wrote on last edited by
      #2

      This is a three step process with a prerequisite. Prerequisite: download and install the Visual Studio SDK[^] (this link is for VS 2005). The SDK includes the Help Integration Wizard which will be necessary in the following steps. 1. Compile the documentation in Help2x format using Sandcastle. 2. Create a new Help Integration Wizard project in Visual Studio:    a. File -> New -> Project...    b. Expand "Other Project Types".    c. Select "Extensibility".    d. Select "Help Integration Wizard" and click the "OK" button.    e. On Page 1 of the Wizard, select "Setup Project".    f. On Page 2 of the Wizard, add the .HxS file output from step 1 as the source.    g. Complete the Wizard:    (see How to: use the Help Integration Wizard[^] for a detailed description of the remaining wizard steps). 3. Install the Setup project created in Step 2.

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups