Help with tooltips?

NetDog

Member
Joined
Feb 28, 2008
Messages
9
Programming Experience
1-3
Hi,

I have an application which uses a datagrid. I want to be able to put the mouse cursor over a cell and have the cell's contents be shown in a tooltip. But, I'm not sure how to accomplish this (newbie :confused:).

Can some kind soul point me in the right direction please?
 
Since you're using .Net 2.0 change the DataGrid control to a DataGridView control, this will also give you tooltips.
 
Back
Top