im works with a code editor, and I just wanted to add a tooltip for each text that Ill entered in the richtextbox (served as a code editor).
'until I see this guide right here:
http://www.codeproject.com/Articles/464085/WinForms-RichTextBox-ToolTip-like-Visual-Studios
its the same that I want to find, although the time when I upload it is a file that is not specifically in its main form.
so I just want to ask how to do this without using any dll file.
sample: I type "abc" in rtb, then when the mouse hover over it with a tooltip with the text: the alphabet will appear. same as with "123" a, when I mousehover tooltip with text: this number will appear.
really need help and thanks in advance .GodBless!
source share