im 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
its the same thing that I wanna find though the time I download it theres a file missing specifically its mainform .
so i just wanna 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 .
really need a help and thanks a lot in advance .GodBless!
You can try this Sample, One way to Achieve