I have a panel which I want to be used to move the form when i keep pressing the left mouse button, but at the same time I want that panel to maximize the form when I doubleclick the panel.
The problem is that the MouseDoubleClick_Event is never accessed because of the MouseDown_Event! How can I solve it?
Please help!!!