Office help files

D

Dave

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.
 
A

Alvin Bruney - ASP.NET MVP

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
 
D

Dave

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?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top