I'm working with code editor and I just wanted to add tooltip for everytext that Ill inputed in richtextbox (served as code-editor) .
Till I see this guide right here:
http://www.codeproject.com/Articles/464085/WinForms-RichTextBox-ToolTip-like-Visual-Studios
It's the same thing that I want to find though the time I download it there's a file missing specifically its mainform .
So I just want to ask if how to do it without using any .dll file.
Sample: I type "abc" in rtb then when I mouse hover it a tooltip with text: this is an alphabet will appear. Same as with "123" a when I mousehover tooltip with text: this is a number will appear.
