473,396 Members | 1,846 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

Treeview tooltips zorder problem?

I have a class that inherits from TreeView. The treeview has tooltips for
the nodes but they're showing up behind the form. Has anyone seen this? Are
there any known fixes?

Thanks in advance,

Jeff Beem
Nov 21 '05 #1
4 2847
Hi,

I have not see that before. Here is how I do it.

http://www.windowsformsdatagridhelp....6-16f7e283cbe9

Ken
-------------------------
"Jeff Beem" <Je******@discussions.microsoft.com> wrote in message
news:1D**********************************@microsof t.com...
I have a class that inherits from TreeView. The treeview has tooltips for
the nodes but they're showing up behind the form. Has anyone seen this?
Are
there any known fixes?

Thanks in advance,

Jeff Beem
Nov 21 '05 #2
I apologize, I dont believe I explained the problem clearly. I'm not using a
tooltips control. What I'm referring to are the tooltips that appear by
default when a node's text length exceeds beyond the right border of the
control window.

I've tried to reproduce it where all I do is load a class that inherits from
the treeview but does nothing else (except load a couple of nodes) and
everything works correctly. The treeview mimics the behavior of the Windows
Explorer treeview and is a slight modification of the one at
http://www.codeproject.com/vb/net/VbNetExpTree.asp. I simply changed it from
a usercontrol sited treeview to a class that inherits the treeview.

I did find a kb article
(http://support.microsoft.com/default...b;en-us;241102) that talks
about a problem with an older version of the treeview having a problem like
this and the workaround was to set the style bits to not show tooltips and
then set the style bits back to showing tooltips. I suppose I could try
something like that but I'd rather resort to that only as a last resort.

-Jeff

"Ken Tucker [MVP]" wrote:
Hi,

I have not see that before. Here is how I do it.

http://www.windowsformsdatagridhelp....6-16f7e283cbe9

Ken
-------------------------
"Jeff Beem" <Je******@discussions.microsoft.com> wrote in message
news:1D**********************************@microsof t.com...
I have a class that inherits from TreeView. The treeview has tooltips for
the nodes but they're showing up behind the form. Has anyone seen this?
Are
there any known fixes?

Thanks in advance,

Jeff Beem

Nov 21 '05 #3
Hi,

Take a look at the vb.net power pack folder viewer and file
viewer controls.

http://msdn.microsoft.com/library/de...bpowerpack.asp

Ken
----------------------
"Jeff Beem" <Je******@discussions.microsoft.com> wrote in message
news:87**********************************@microsof t.com...
I apologize, I dont believe I explained the problem clearly. I'm not using
a
tooltips control. What I'm referring to are the tooltips that appear by
default when a node's text length exceeds beyond the right border of the
control window.

I've tried to reproduce it where all I do is load a class that inherits from
the treeview but does nothing else (except load a couple of nodes) and
everything works correctly. The treeview mimics the behavior of the Windows
Explorer treeview and is a slight modification of the one at
http://www.codeproject.com/vb/net/VbNetExpTree.asp. I simply changed it
from
a usercontrol sited treeview to a class that inherits the treeview.

I did find a kb article
(http://support.microsoft.com/default...b;en-us;241102) that talks
about a problem with an older version of the treeview having a problem like
this and the workaround was to set the style bits to not show tooltips and
then set the style bits back to showing tooltips. I suppose I could try
something like that but I'd rather resort to that only as a last resort.

-Jeff

"Ken Tucker [MVP]" wrote:
Hi,

I have not see that before. Here is how I do it.

http://www.windowsformsdatagridhelp....6-16f7e283cbe9

Ken
-------------------------
"Jeff Beem" <Je******@discussions.microsoft.com> wrote in message
news:1D**********************************@microsof t.com...
I have a class that inherits from TreeView. The treeview has tooltips for
the nodes but they're showing up behind the form. Has anyone seen this?
Are
there any known fixes?

Thanks in advance,

Jeff Beem

Nov 21 '05 #4
Thanks Ken, I appreciate the response. However, that control appears to be
lacking a vital feature that I need > "My Network Places".

-Jeff

"Ken Tucker [MVP]" wrote:
Hi,

Take a look at the vb.net power pack folder viewer and file
viewer controls.

http://msdn.microsoft.com/library/de...bpowerpack.asp

Ken
----------------------
"Jeff Beem" <Je******@discussions.microsoft.com> wrote in message
news:87**********************************@microsof t.com...
I apologize, I dont believe I explained the problem clearly. I'm not using
a
tooltips control. What I'm referring to are the tooltips that appear by
default when a node's text length exceeds beyond the right border of the
control window.

I've tried to reproduce it where all I do is load a class that inherits from
the treeview but does nothing else (except load a couple of nodes) and
everything works correctly. The treeview mimics the behavior of the Windows
Explorer treeview and is a slight modification of the one at
http://www.codeproject.com/vb/net/VbNetExpTree.asp. I simply changed it
from
a usercontrol sited treeview to a class that inherits the treeview.

I did find a kb article
(http://support.microsoft.com/default...b;en-us;241102) that talks
about a problem with an older version of the treeview having a problem like
this and the workaround was to set the style bits to not show tooltips and
then set the style bits back to showing tooltips. I suppose I could try
something like that but I'd rather resort to that only as a last resort.

-Jeff

"Ken Tucker [MVP]" wrote:
Hi,

I have not see that before. Here is how I do it.

http://www.windowsformsdatagridhelp....6-16f7e283cbe9

Ken
-------------------------
"Jeff Beem" <Je******@discussions.microsoft.com> wrote in message
news:1D**********************************@microsof t.com...
I have a class that inherits from TreeView. The treeview has tooltips for
the nodes but they're showing up behind the form. Has anyone seen this?
Are
there any known fixes?

Thanks in advance,

Jeff Beem


Nov 21 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: David Ei | last post by:
I'm working on a C# Windows Forms application that is leaking memory. I've been using the SciTech NetMem Profiler 2 (A really great tool, BTW) to track down leaks. I've found one related to...
2
by: JohnnyB via DotNetMonster.com | last post by:
Hello, I dont know, if this has already been asked before, I'm sorry if so. VisualBasic: My problem (happens with TreeView, not with AxWebBrowser): treeview uses (no matter, if dock = left,...
2
by: Peter Flickinger | last post by:
I have been using a label with the TreeView control - to simulate the ghost image of a node during drag/drop (so that a ghost of the node appears to be floating next to the cursor on a drag/drop)....
1
by: Franck | last post by:
Is it possible to prevent the change of the zorder of several forms ? I would like to choose a zorder of severals forms and lock this zorder, even if I click on these forms.
1
by: Mark | last post by:
Hello, I am using the new TreeView in ASP.Net 2.0. I am using its PopulateOnDemand feature. The problem is that the treeviews +/- images, and any checkboxes, have the tooltip set. If the node...
0
by: pagates | last post by:
Hello All, I'm having a problem in a UserControl with ToolTips on a TreeView. They are showing up behind the user control and parent container (in this case, a Windows Form). I've attempted...
1
by: pigeonrandle | last post by:
Hi, I have a treeview which has some nodes whose text are too long to display, so, when i hover my mouse over the node a tooltip appears showing all the text, and then disappears almost...
1
by: pigeonrandle | last post by:
Hi, I have a treeview which has some nodes whose text are too long to display, so, when i hover my mouse over the node a tooltip appears showing all the text, and then disappears almost...
1
by: Richard | last post by:
I'm trying to mimic how the TreeView shows a full text inplace tooltip when the mouse hovers over of TreeView node whose text is truncated due to skinny form or panel. In the IDE I have...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.