Windows Develop Bookmark and Share   
 index > Windows Forms General > ItemMouseHover
 

ItemMouseHover

I want a form to popup when an item in a listview is hovered over, the problem is I want the form to go away after the mouse is moved away from the item. Something like Netflix does when the mouse hovers over a movie name. Any help would be appreciated. Thanks
flipnjme  Friday, November 17, 2006 2:01 AM
You can do it, but there are some details that needs clarifying. When the new form is poped up, will the focus be transfered to the new one? If so, the listview will not get the 'leave away' message. If just some simple text message needs to be showed, I'm afraid the ToolTip control is good choice.
gqlu  Friday, November 17, 2006 2:59 AM
A picture and text messsage will be shown and the new form doesn't need to have the focus.
flipnjme  Friday, November 17, 2006 5:45 AM
does anybody have any ideas. thanks
flipnjme  Friday, November 17, 2006 10:28 PM

You can use google to search for other answers

Custom Search

More Threads

• How to extract information from System.Windows.Forms.Message
• Open directory with C#
• .NET Service not getting started in WINdows 2003 server
• Drag and Drop Label containing text into another panel
• Popup Window not Responding
• Disappearing controls
• Load Image into a datagridview cell!
• Playing avi files in windows forms
• non-topmost form textbox behavior
• Order of the DocumentComplete event and the OnLoad function in webbrowser class