Hi all
I use vb 2005 and gridview control
I want to use a tooltip control
When the user clicks a row, set the tooltip to "row i" where i is the row
number.
I did (in gridInterfaceCo mmands_Selectio nChanged):
ttMyTooltip.Set ToolTip(mygrid, "row i")
I verified and the command executes (I put a breakpoint...)
When I hover with the mouse over the grid - there is no tooltip.
What is wrong please?
TIA
Guy
I use vb 2005 and gridview control
I want to use a tooltip control
When the user clicks a row, set the tooltip to "row i" where i is the row
number.
I did (in gridInterfaceCo mmands_Selectio nChanged):
ttMyTooltip.Set ToolTip(mygrid, "row i")
I verified and the command executes (I put a breakpoint...)
When I hover with the mouse over the grid - there is no tooltip.
What is wrong please?
TIA
Guy