Quantcast
Channel: Visual Studio Integrate forum
Viewing all articles
Browse latest Browse all 4410

Display customized help on a custom Tools -> Options Page

$
0
0
Hi,

I'm working on Visual Studio Extensibility.

I've created a Custom Tools Options page by registering it with VSPackage by ProvideOptionPageAttribute

Now, when I press F1 over this page, Visual Studio pops up it's own help in browser (or in help viewer) and displays 'We don't seem to have a page that is associated with this help context'.

What I want to achieve is that I want to display my help files when user presses F1 over this page. I tried handling the KeyPress eventhandlers but that does not stop the default Visual Studio help from popping up.

I want to suppress the default Visual Studio Help and display my help files when user presses F1 on my custom tools options page. Is it possible?

Regards,

Tushar


Viewing all articles
Browse latest Browse all 4410

Trending Articles