I am developing addin for Visual Studio Editor. Does anyone know how to provide a help window in an editor?
There is not enough description in MSDN of how the interface is used IVsTipWindow. Please help me.
IVsTipWindow
I assume that you want to show the user a small input window without using a message box. If so, why not use the tooltip?
ToolTip toolTip1;
Then create a freeze event for your control and put it in a method
toolTip1.SetToolTip(sender as Control, "Some text in balloon!");
http://msdn.microsoft.com/en-us/library/system.windows.forms.tooltip.aspx
Source: https://habr.com/ru/post/1777380/More articles:https://translate.googleusercontent.com/translate_c?depth=1&pto=aue&rurl=translate.google.com&sl=ru&sp=nmt4&tl=en&u=https://fooobar.com/questions/1777375/alternatives-to-c-inline-keyword&usg=ALkJrhh9jMNVkMxBZa1uIIrhM_iFB8nStAAuthLogic + PostgreSQL 8.4: persistence_token is defined as a string, then used as an integer - ruby-on-railsDelete () instance - pythonWhat are the reflection overheads at GetMethods - reflectionAndroid Spring Integration - javaЯ получаю "не определенную функцию", используя setInterval с jQuery. Зачем? - javascriptRails Active Record query: ответы на вопросы, упорядоченные по дате ответа, а не дубликаты - sqlDifferences in length in TagLib # (C #) and TagLib (C ++) - c ++How does jsfiddle mark code? Is there a library for this? - javascriptDelete row in trigger (PostgreSQL) - plpgsqlAll Articles