capture the MouseHOver event, when component is invisible.

M

Mr. X.

Hello.
On VS 2008 - VB.

I have a panel component.
On the panel there is a label component, that hides all the panel.
I want that when mouse is over the label, the panel handle the event
MouseHOver, though it's hidden.

How can this be done?

Thanks :)
 
M

Mr. X.

Problem is when there are on a panel 2 labels, one at the top and the other
at the bottom
(the two labels together fits the whole panel) :
When I want to do something, on mouseHOver, and on mouseLeave,
I need to handle the events of both labels,
so if I inside the panel, two events may occur in almost the same time
(mouseleave and mouseHOver), and I want only one event occurs at a time.

Thanks :)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top