Hi all
I have TreeView in a VB6 application which has roughly 15 items in it. When I hover over each of the Nodes the default Tooltips is displayed, when I then move the mouse down over the other Nodes the new Tooltip is displayed but a white box remains where the previous Tooltip was. The white box disappears after a second or two.
This only happens in Window 7 when the selected Windows Theme is not an Aero theme. If an Aero theme is selected the Tooltip works fine and no white box is appears.
The TreeView is just a standard TreeView, each Node has around 20 characters of text and an Icon. I have checked all the Events to ensure none of them are causing this issue, and I can't really think of anything else that could be causing this problem.
Has anyone else encountered this problem? Or does anyone know of any potential solution?
Thanks in advance
I have TreeView in a VB6 application which has roughly 15 items in it. When I hover over each of the Nodes the default Tooltips is displayed, when I then move the mouse down over the other Nodes the new Tooltip is displayed but a white box remains where the previous Tooltip was. The white box disappears after a second or two.
This only happens in Window 7 when the selected Windows Theme is not an Aero theme. If an Aero theme is selected the Tooltip works fine and no white box is appears.
The TreeView is just a standard TreeView, each Node has around 20 characters of text and an Icon. I have checked all the Events to ensure none of them are causing this issue, and I can't really think of anything else that could be causing this problem.
Has anyone else encountered this problem? Or does anyone know of any potential solution?
Thanks in advance