Mimic Dropdown menu

Started by Jim Short, January 21, 2016, 07:37:31 AM

Previous topic - Next topic

Jim Short

I have a drop down menu that responds to Label #OnClick. #MouseMove event can be used to change Label Border Style but there is no #MouseMovedOff event to show that the cursor has left the Label. The PictureBox has the #MouseMovedOff event. Managing Picturebox is much more trouble then the Label. There was some discussion about expanding usage of #MouseMovedOff and why it may not be possible to add this event to Label with out a heap extra work. Can someone describe an easy way to do this?
Jim Short

owenwengerd

I think using a PictureBox is the only practical solution. It's a bit of extra work, but shouldn't break the bank.

Jim Short

Jim Short