Office help files

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Dave

    Office help files

    I'm developing a C# application that makes use of COM Interop
    assemblies of MS Office. How do I make it so that the Office SDK Help
    info is accessable from within the Visual Studio IDE? When I work with
    the Office SDK from VB 6, it works, but I don't see any API docs from
    within VS .NET.

  • Alvin Bruney - ASP.NET MVP

    #2
    Re: Office help files

    You can simply add a helpfile resource as a customized tab in the tool bar.
    That will get you help file information, but it won't link it to the F1 key
    for instance.

    --
    Regards,
    Alvin Bruney [MVP ASP.NET]

    [Shameless Author plug]
    The Microsoft Office Web Components Black Book with .NET
    Now Available @ www.lulu.com/owc
    Forth-coming VSTO.NET - Wrox/Wiley 2006
    -------------------------------------------------------



    "Dave" <dpt@eliassen.c om> wrote in message
    news:1127218820 .521460.178720@ f14g2000cwb.goo glegroups.com.. .[color=blue]
    > I'm developing a C# application that makes use of COM Interop
    > assemblies of MS Office. How do I make it so that the Office SDK Help
    > info is accessable from within the Visual Studio IDE? When I work with
    > the Office SDK from VB 6, it works, but I don't see any API docs from
    > within VS .NET.
    >[/color]


    Comment

    • Dave

      #3
      Re: Office help files

      Thanks, Alvin!

      I'd really like the help file fully integrated, so that F1 works, etc.
      That's very useful. There must be a way to do that - do you know how?

      Comment

      Working...