.NET Addin

  • Thread starter Thread starter Nadav
  • Start date Start date
N

Nadav

Hi,

I am writing a .NET (C#) Addin, I Wonder... how can I cause my addin to
react to key strokes ( e.g. pressing F1 ).

ThanX
Nadav.
 
Hi,

If you're talking exactly of the F1 key, you shouldn't process it as a
keystroke. You should rather integrate into the host application's help
system to enable it to display your help topic wherever appropriate. For
example, you can add your own keywords to VS .NET's dynamic help.
 
Thanks for the help, this is what i am tring to do, could you be more
specific of what objects should i use? are there any good samples/pointers?

Dmitriy Lapshin said:
Hi,

If you're talking exactly of the F1 key, you shouldn't process it as a
keystroke. You should rather integrate into the host application's help
system to enable it to display your help topic wherever appropriate. For
example, you can add your own keywords to VS .NET's dynamic help.

--
Dmitriy Lapshin [C# / .NET MVP]
X-Unity Test Studio
http://x-unity.miik.com.ua/teststudio.aspx
Bring the power of unit testing to VS .NET IDE

Nadav said:
Hi,

I am writing a .NET (C#) Addin, I Wonder... how can I cause my addin to
react to key strokes ( e.g. pressing F1 ).

ThanX
Nadav.
 

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

Back
Top