|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
hiding tooltipsI have a Tree that contains tooltips, however when I right click on a node of the tree the context menu covers up the tooltips and it looks rather unprofessional. I wish to hide the tooltips before the context menu is displayed. I have the following code. MyTree_mouseup event 'stop the tooltips this does not seem to work MyTree.tooltips = false 'start the context menu, I wish to remove tooltips at this point If SetupContextMenu(cmnuTree, myNode.Tag.ToString, ContextMenuImageList) 'some irrelevant code here End If thanx in advance Robbie On Thu, 15 Jun 2006 06:41:02 -0700, Robert Smith
<RobertSm***@discussions.microsoft.com> wrote: Show quoteHide quote >Hello, In VB2005:> I have a Tree that contains tooltips, however when I right click on a >node of the tree the context menu covers up the tooltips and it looks rather >unprofessional. >I wish to hide the tooltips before the context menu is displayed. I have the >following code. > > >MyTree_mouseup event > > 'stop the tooltips this does not seem to work > MyTree.tooltips = false > > 'start the context menu, I wish to remove tooltips at this >point > If SetupContextMenu(cmnuTree, myNode.Tag.ToString, >ContextMenuImageList) > 'some irrelevant code here > End If > >thanx in advance >Robbie MyTree.ShowNodeToolTips = False Gene
How to Send an SMS
URI IsFile Streaming a file to text? Dealing with NULL values in Integer fields Mulples threads and impersonation How to force upper case in a DataGridView column? Calling a batch file from vb.net with parameters Handle pointers from delphi client to a vb.net dll What's the Best Startup Scenario for Unattended Server Execution? VB.net 2005 splash screen |
|||||||||||||||||||||||