How to combine events?

2

2003et

I have to use a panel in win form. This panel is hidden at the left and when
you move your mouse there, the panel slides in to the form (to right)...

Like the VS.NET's toolbox bar at the left...

Now I did my panel and set the events. When MouseHover event occurs, it
slides in...

If I put a component in this panel and move mouse to component, the
MouseHover event of panel ENDS and panel slides out...

How can I solve this? or should I set all the component's events to not
slide out?

Thanks
 
2

2003et

Ok, I solved my problem by using Form's MouseEnter event instead of Panel's
MouseLeave event...
 

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