I have a windows forms application (VS 2003, Framework1.1sp1, vb.net) which has tooltip control on each form. Intermittently the tooltip stops showing. It always happens on a grid (component 1 flex grid - oldish version) . When the user logs in a stays in the app and performs functions, after some time the tooltip just stops displaying. The problem seems to happen only in deployed code and never (never ever) in debug mode. Any way to figure out what is happening?
The tooltip code is written on a mouse enter and leave event of the grid. the tooltip only shows when the user enters a specific column.
Any help is appreciated.
thanks
| |