Variable meaning on mouse over in VS/c#
Hi,In visual studio, I need to get the meaning of a variable on mouse over or on right click.
I will be storing the mapping or meaning for those variables in SQL DB.
Ex. Variable name= cNum
On mouse over/click, I want to get "contract number"
(Where Mapping stored in DB is, cNum=contract number).
Kindly suggest the approach to achieve this in VS/c#.
Thanks,
Pramod