The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
1answer
136 views

IE: remove “quick infos” button?

I need to remove the "quick infos" button in Internet Explorer because I have a drag and drop javascript function and after every drag action the stupid button appears. Is there a way to remove this ...
7
votes
1answer
72 views

Is it possible for VS to show more of the C# XML documentation in Intellisense Quick Info pop-ups

It seems that VS only shows the contents of the summary element, but I would like to see more information like the detail for classes and value for properties. In fact, even if I click on the Quick ...
0
votes
2answers
713 views

How to generate Tooltip, Quickinfo or Notification without Mouseover event in Word VBA?

Is there any possibility in MS Word with VBA to show a short notification message to the user as he begins creating his Word document. I would like to display a short message to him, something like a ...
1
vote
2answers
81 views

QuickInfo in VS 08 for custom methods

Is it possible (and if yes, how?) to provide custom classes, types, whatsoever with the QuickInfo-Hovers provided by the .NET-Base-classes that explain e.g. a summary or definitions of the parameters ...